Integers Come In All Sizes

  • + 1 comment

    Hope this helps, I started in python 3 days ago. If there's a better/more elegant solution please just tell me:

    a = int(input()) b = int(input()) c = int(input()) d = int(input())

    print(a**b + c**d)