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