EasyOutput prediction

None compared to zero

What does this code print?

x = None
print(x == 0)
print(x == False)

← → arrow keys to navigate

Sign in to save your progress.

None compared to zero - Python Variables & Types Quiz | Unnested