Get your own Python server Result Size: 625 x 565
x
 
x = "Python "
y = "is "
z = "awesome"
print(x + y + z)
Python is awesome