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