Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ternary operator

(condition) ? (if true, do this) : (otherwise, do this)
 
PREVIOUS NEXT
Tagged: #ternary #operator
ADD COMMENT
Topic
Name
6+9 =