Posts

Showing posts with the label Power Of A Number

Power Of A Number

Power Of A Number       a=int(input())      b=int(input())      print(a**b)