EasyOutput prediction

Dividing two ints

What does this code print?

x = 6 / 2
print(type(x).__name__)

← → arrow keys to navigate

Sign in to save your progress.