Python Comment Faire Une Boucle

for i in range(x):
  pass
while x:
  pass
# x is a variable
Eager Earthworm