num
def my_function(): num = 100
print(num)
my_function() # expected output: 100
Setting up Python environment...