EasyOutput prediction

Adding int and float

What does this code print?

x = 3 + 1.0
print(type(x).__name__)

← → arrow keys to navigate

Sign in to save your progress.