Python - Variables and Dynamic Typing
Why does the following code produce an error?
def func():
x = 10
print(x)def func():
x = 10
print(x)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions