#declararvariable
g=2
A=3
B=4
y=5
#poceso
G=g*A
h=g*B
m=g*y
Y=g*g
print("multiplicación",G,h,m,Y)
a=B+g
s=B+A
e=B+y
r=B+B
print("suma",a,s,e,r)
q=y-A
t=A-B
b=A-g
u=A-A
print("resta",q,t,b,u)
o =y/g
k =y/A
c =y/B
j=y/y
print("división",o,k,c,j)
To embed this project on your website, copy the following code and paste it into your website's HTML: