源代码
x = "Python is " y = "awesome" z = x + y print(z)
运行结果