You are viewing a single comment's thread. Return to all comments →
a = int(input()) b = int(input()) c = int(input()) d = int(input()) print(pow(a, b) + pow(c, d))
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 →
For Python3 Platform
This problem demonstrates one of the uniqueness of python compared to other languages