[pyar] convertir de string a bool

Andrés Gattinoni andresgattinoni en gmail.com
Vie Ago 20 16:45:38 ART 2010


On Fri, Aug 20, 2010 at 4:43 PM, hipersayan x <hipersayan.x en gmail.com> wrote:
> El 20/08/10, hipersayan x <hipersayan.x en gmail.com> escribió:
>> bool(True)
>> bool(False)
>
> # Era así, perdon :P
>
> bool('True')
> bool('False')

Pero eso no hace lo que Mario espera:

>>> bool('True')
True
>>> bool('False')
True
>>>



More information about the pyar mailing list