Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python Pass

if(condition): (if this condtion is true)
    pass    (do not performance any operation)
else:
    Statements (So only else will execute when condition false)
Source by wlearnsmart.com #
 
PREVIOUS NEXT
Tagged: #Python #Pass
ADD COMMENT
Topic
Name
5+6 =