Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

break continue pass in python

# break - used to terminate the loop or statement
# continue - skip the current iteration and continue from the next
# pass - continue the statement, often used as a placeholder to execute
# 		 empty loops/statements
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #break #continue #pass #python
ADD COMMENT
Topic
Name
6+4 =