#Enter Python code here and hit thRu
PP = 10
BB = 20
praint("PP+BB=",PP+BB)
print("PP-BB=", PP-BB)
print("PP*BB=", PP*BB)
print("PP/BB=", PP/BB)
print("PP//BB=", PP//BB)
print("PP%BB=", PP%BB)
print("PP**BB=", PP**BB)
I0VudGVyIFB5dGhvbiBjb2RlIGhlcmUgYW5kIGhpdCB0aFJ1ClBQID0gMTAKQkIgPSAyMApwcmFpbnQoIlBQK0JCPSIsUFArQkIpCnByaW50KCJQUC1CQj0iLCBQUC1CQikgICAgCnByaW50KCJQUCpCQj0iLCBQUCpCQikgICAgCnByaW50KCJQUC9CQj0iLCBQUC9CQikgICAgCnByaW50KCJQUC8vQkI9IiwgUFAvL0JCKSAgCnByaW50KCJQUCVCQj0iLCBQUCVCQikgICAKcHJpbnQoIlBQKipCQj0iLCBQUCoqQkIpIA==
#Enter Python code here and hit thRu
PP = 10
BB = 20
praint("PP+BB=",PP+BB)
print("PP-BB=", PP-BB)
print("PP*BB=", PP*BB)
print("PP/BB=", PP/BB)
print("PP//BB=", PP//BB)
print("PP%BB=", PP%BB)
print("PP**BB=", PP**BB)