Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

structure conditionnelle python

age = 17
if age < 18:
  print('Vous êtes mineur')
else:
  print('Vous êtes majeur')
 
PREVIOUS NEXT
Tagged: #structure #conditionnelle #python
ADD COMMENT
Topic
Name
4+5 =