源代码
def myfunc(): x = 100 print(x) myfunc()
运行结果