🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제19
/
✔️
답안
✔️
답안
n = list(map(int, input().split())) print(n[0] ** n[1])