Result Size: 1264 x 19
 
x = "Python is "
y = "awesome"
z = x + y
print(z)
        
Python is awesome