分类
编程

程序3,函数

x = “awesome小升初”
def myfunc():
print(“Python is ” + x)
myfunc()