Python dla liczb parzystej pętli

for i in range(2,11,2): # range(start, end, step)
  print(i)
moghaazi