You are viewing a single comment's thread. Return to all comments →
a=[int(input()) for x in range(4)]
print(f"{a[0]**a[1]+a[2]**a[3]}")
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()) for x in range(4)]
print(f"{a[0]**a[1]+a[2]**a[3]}")