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