Result Size: 625 x 571
demo_variables3.py:
x
 
x = "awesome"
print("Python is " + x)
C:\Users\My Name>python demo_variables3.py
Python is awesome