Computer Science, asked by 1234iqbal0786, 6 months ago

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 Thinkab13
0

Answer:

 \text{Here are your outputs}

81

4

18

syntax error

1

Similar questions