Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

simple if statement python

if age >= 18:
  print("You can vote!")

# You can write in single line also
if age >= 18: print("You can vote!")
Source by nostarch.com #
 
PREVIOUS NEXT
Tagged: #simple #statement #python
ADD COMMENT
Topic
Name
8+5 =