Python - Data Types as Values
Find the error in this code snippet:
num = 4.8
num_int = int(num)
print(num_int + ' is the integer value')Find the error in this code snippet:
num = 4.8
num_int = int(num)
print(num_int + ' is the integer value')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions