[pyar] Consulta: lógica de las listas Listas

Claudio Freire klaussfreire en gmail.com
Mie Nov 23 15:18:00 ART 2011


2011/11/23 Adrian Roldan <roldanadrian en gmail.com>:
>
> remoto = ('186.98.82.000', 3333)
> host, port= remoto
> lista = [host, str(port)]

O

map(str,remoto)



More information about the pyar mailing list