Assignment Operators

 #Assignment Operators

a = 34
a -= 12
a *=12
a /=12
print (a)
TERMINAL..........

22.0



Comments

Popular posts from this blog