Untitled
4 years ago in Python
a = 10
b = 20
print (a * 100)
print (a+b)