Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python in line elif

# You can nest if/else to get the same effect as elif but it's hard to read and not recommended
msg = "Hi " + ("there" if not name else ("Neo" if name == "Anderson" else name))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #line #elif
ADD COMMENT
Topic
Name
3+7 =