Python - Data Types as Values
What will be the output of this code?
print(5 > 3)
print(5 > 3)
5 > 3 checks if 5 is greater than 3, which is true.True or False accordingly. Here it prints True.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions