#Definition der Variabel x = 1 while x <= 9: x - (x*x) print(x) x += 1 x = x + 1