[pyar] [Programacion] input function
Diva Satanica
apokalyptica79 en gmail.com
Mie Mar 7 08:36:45 ART 2012
Tranqui, muchachos recien estoy arrancando estoy lejos de un try y
de x.isdigit().
Gracias :)
El 7 de marzo de 2012 08:29, Ezequiel - <ezequielchan en gmail.com> escribió:
> El día 6 de marzo de 2012 20:27, Ricardo Araoz <ricaraoz en gmail.com>
> escribió:
> >
> > Untested :
> >
> > while True:
> > try:
> > x = int(raw_input('Cuantas horas trabaja?')
> > break
> > except ValueError:
> > print 'Ojo! Debe ingresar un número. Trate de nuevo...')
> > print x +1
> >
>
> antes de usar un try podes usar x.isdigit()
>
> while True:
> x = raw_input('Cuantas horas trabaja?: ')
> if x.isdigit():
> x = int(x)
> break
>
>
> Saludos
>
>
> --
> Ezequiel Chan
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
--
Divine queen of evil
Sowing her seeds of hate
Mistress of pain
Diva satanica - Master of temptation
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120307/87b4841c/attachment.html>
More information about the pyar
mailing list