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