NombreDelPrograma.py
Categorías: CategoryPython | CategoryProgramacion |
1 edad = raw_input("Digite su edad ")
2 if edad>=18:
3 print "usted puede votar"
4 else:
5 print "usted no puede votar"
Categorías: CategoryPython | CategoryProgramacion |
1 edad = raw_input("Digite su edad ")
2 if edad>=18:
3 print "usted puede votar"
4 else:
5 print "usted no puede votar"
Python/Code/uso_del_if (last edited 2010-09-20 20:39:33 by Kmilo)