#We want to create a funcion that makes the first number to the exponent of other using the for loop! #We need two numbers, and the idea is multiplicate the second number of times the fisrt number.
#'float'can be used for non integar values; just so long as they go before the input is called. base_User = float(input("Enter a number you want for the base of the ...