You are viewing a single comment's thread. Return to all comments →
a = int(input()) b = int(input()) c = int(input()) d = int(input()) r1 = pow(a,b) r2 = pow(c,d) print(r1+r2
Seems like cookies are disabled on this browser, please enable them to open this website
Integers Come In All Sizes
You are viewing a single comment's thread. Return to all comments →
a = int(input()) b = int(input()) c = int(input()) d = int(input()) r1 = pow(a,b) r2 = pow(c,d) print(r1+r2