Dark theme

Numbers


The following code gets a piece of text from the user and attaches it to a variable a:
a = input("your message here")

Write a program that asks the user for two numbers, one after the other, and prints the first number raised to the power of the two numbers added toegther, i.e. aa+b.


Hints and one answer