[pyar] consulta sobre un problema que tengo con python

Angel Java Lopez ajlopez2000 en gmail.com
Dom Mayo 19 17:08:38 ART 2013


Hmmm... que recuerde, el 0 adelante indica: lo que viene esta en notacion
octal

Ver
http://www.ibm.com/developerworks/library/os-python1/
Python provides support for octal (base 8) and hexadecimal (base 16)
numbers. To tell Python that a number should be treated as an octal numeric
literal, simply append a zero to the front. Appending a zero and an x to
the front of a number tells Python to treat the number as a hexadecimal
numeric literal,


2013/5/19 Emiliano Deza <emilianodeza en gmail.com>

> ejemplo
>
> >>> a=0204
> >>> print a
> 132
>
> porque no imprime 204??
>
> gracias
>
> _______________________________________________
> 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
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20130519/4ac492be/attachment.html>


More information about the pyar mailing list