Skip to content

Commit 151a9a0

Browse files
committed
Solutions to Python Math section
1 parent 841ae07 commit 151a9a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
a, b, m = [int(input()) for _ in range(3)]
2+
print(pow(a, b), pow(a, b, m), sep='\n')

0 commit comments

Comments
 (0)