Result Size: 625 x 571
demo_oper_mult.py:
x
 
x = 5
y = 3
print(x * y)
C:\Users\My Name>python demo_oper_mult.py
15