Result Size:
625 x 571
demo_oper_sub.py:
x = 5 y = 3 print(x - y)
x
x
=
5
y
=
3
print
(
x
-
y
)
C:\Users\My Name>python demo_oper_sub.py
2