Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print hello world 10 times in python

for i in range(10): #loop
  print("Hello World") #print
 
PREVIOUS NEXT
Tagged: #print #world #times #python
ADD COMMENT
Topic
Name
4+6 =