Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python comment faire une boucle

for i in range(x):
  pass
while x:
  pass
# x is a variable
 
PREVIOUS NEXT
Tagged: #python #comment #faire #une #boucle
ADD COMMENT
Topic
Name
5+1 =