Python pour la boucle même les nombres

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