Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python pass

def example(): #This would produce a error if we left it.
  
def example2(): # This would not produce a error
  pass 
Source by wlearnsmart.com #
 
PREVIOUS NEXT
Tagged: #python #pass
ADD COMMENT
Topic
Name
9+8 =