InterviewSolution
Saved Bookmarks
| 1. |
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) |
| Answer» NNUMBER t YAY I have a BIT of the | |