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