find the greatest among of the powers of the each other Get link Facebook X Pinterest Email Other Apps March 28, 2022 find the greatest among of the powers of the each other a=int(input()) b=int(input()) if((a**b)>(b**a)): print(a**b) else: print(b**a) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment