[pyar] Listas

Angel Java Lopez ajlopez2000 en gmail.com
Jue Abr 26 11:58:30 ART 2012


Bueno, por lo que vi, compara dos listas, y las compara por elemento

Si el primer elemento de L1 es menor que el primer elemento de L2, entonces
L1 < L2, no importa la longitud y el resto de la lista

Es como en el diccionario

a < abad

digamos

Ver
http://www.wellho.net/resources/ex.php4?item=y104/cmp.py
""" Comparing lists - if you compare two lists
in Python, they will be considered to be equal
if both lists have the same number of elements,
and each element of the first list is equal to
the element at the same position in the second list.

This means that you do NOT need to write a loop
in Python to compare all the members of a list -
it's built in for you!
"""

2012/4/26 Juan Sebastian Scatularo <sebastianscatularo en gmail.com>

> Hola gente de la lista, hace algún tiempo los sigo y hoy me toca consultar.
> Resulta que estoy probando e investigando listas en Python 3.2
> me encontré con este resultado:
> >>>[1]<[1,1]
> True
> y no encuentro una explicación.
> Gracias por las respuestas.
> Juan Sebastian
>
> _______________________________________________
> 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/20120426/6339536e/attachment.html>


More information about the pyar mailing list