Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. def stop():
  2.     l=s**i
  3.     return(l)
  4. i=int(input())
  5. s=int(input())
  6. print(stop())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement