Created
June 12, 2020 10:48
-
-
Save Svastikkka/87362759b5af0362c093a436bd0e3621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Read input as specified in the question. | |
| ## Print output as specified in the question. | |
| num,power=list(map(int,input().split())) | |
| print(num**power) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find power of a number