Machtsverheffing

Log in om je oplossingen te testen.
n = int( input( "n = " ) ) x = int( input( "x = " ) ) product = 0 for i in range( n ): product = product + x print( product )