Integers Come In All Sizes

  • + 0 comments

    a=[int(input()) for x in range(4)]

    print(f"{a[0]**a[1]+a[2]**a[3]}")