Vypíšou se čísla od 0 do 4! Program funguje steně, jako kdybys napsala:
i = 0 print(i) i = 1 print(i) i = 2 print(i) i = 3 print(i) i = 4 print(i)