faktor = int(input("Geben Sie eine Zahl ein:")) counter = 1 while (counter <= 10): print(counter * faktor) counter = counter + 1