Python - Data Types as Values
What is the output of the following code?
a = 5
b = 2
print(a // b)
print(type(a // b))What is the output of the following code?
a = 5
b = 2
print(a // b)
print(type(a // b))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions