Python - Variables and Dynamic Typing
What will be the output of this code?
a = 3 b = a b = b + 2 print(a, b)
a = 3 b = a b = b + 2 print(a, b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions