Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pass in python

# pass in python is basically a placeholder thing to put in empty functions/classes
# example

def whatever():
    pass

class whatever():
    pass
Source by www.interviewbit.com #
 
PREVIOUS NEXT
Tagged: #pass #python
ADD COMMENT
Topic
Name
6+1 =