find the output of following b) a=9
b=2
print ((a**b ))
print ( a//b)
print (a*b)
print (2*(a+b)
print (a%b)
Answers
Answered by
0
Answer:
81
4
18
syntax error
1
Similar questions