Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to use ternary operater in python

condition = True
print("This condition is true!") if condition else print("This condition is false!")
Source by book.pythontips.com #
 
PREVIOUS NEXT
Tagged: #ternary #operater #python
ADD COMMENT
Topic
Name
3+5 =