Hello!

I need to do what I wrote in the subject but... I don't understand how could I fix my code... :\

number1 = int( input("Insert the first number:"))
number2 = int( input("Insert the second number:"))
number3 = int( input("Insert the third number:"))

print("Total amount is:")

for x in range(number1,number3):
    y = x+x
    print(y)

Regards.
^Bart
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to