Mis ilmub ekraanile?

i = 0
summa = 0
while summa < 5: 
  summa = summa + i
  i = i + 1
print(i)

0
4
5
6
Veateade