Skip to content

Instantly share code, notes, and snippets.

@Svastikkka
Created June 12, 2020 10:48
Show Gist options
  • Save Svastikkka/87362759b5af0362c093a436bd0e3621 to your computer and use it in GitHub Desktop.
Save Svastikkka/87362759b5af0362c093a436bd0e3621 to your computer and use it in GitHub Desktop.
## Read input as specified in the question.
## Print output as specified in the question.
num,power=list(map(int,input().split()))
print(num**power)
@Svastikkka
Copy link
Author

Find power of a number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment