Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

while loop in python

while True:
  print("Running")
  #<infinite>: "Running" untill you press "ctrl + c" in termenal
  
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #loop #python
ADD COMMENT
Topic
Name
7+4 =