demo_variables5.py:
x = 5 y = 10 print(x + y)
C:\Users\My Name>python demo_variables5.py
15