源代码
x = "awesome" def myfunc(): print("Python is " + x) myfunc()
运行结果