Skip to content

Commit db82b17

Browse files
committed
initial commit
1 parent 37e87aa commit db82b17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Integers comes in all sizes.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
first_num = int(input())
2+
first_num_power = int(input())
3+
secound_num = int(input())
4+
secound_num_power = int(input())
5+
print(pow(first_num,first_num_power)+ pow(secound_num,secound_num_power))

0 commit comments

Comments
 (0)