Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to reapete the code in python

for i in range(4):  # 4 = number of times you want to run the code
  print("Hello World")
 
PREVIOUS NEXT
Tagged: #reapete #code #python
ADD COMMENT
Topic
Name
5+8 =