Python - Variables and Dynamic Typing
What will be the output of the following code?
x = 5 y = x x = 10 print(y)
x = 5 y = x x = 10 print(y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions