Python - Variables and Dynamic Typing
What will be the type of the variable after this code?
value = 7.89 converted = int(value)
value = 7.89 converted = int(value)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions