You are viewing a single comment's thread. Return to all comments →
Here's my one-liner code
print((lambda a, b, c, d: (a**b) + (c**d))(*[int(input()) for _ in range(4)]))
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 →
Here's my one-liner code