Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pass keyword python

# Allow a statement to be empty during the code inspection
# avoid an Error to be thrown 

#Exemple :
for i in range(10):
  pass				# this segment do nothing
 
PREVIOUS NEXT
Tagged: #pass #keyword #python
ADD COMMENT
Topic
Name
7+4 =