newbie question

ast nomail at com.invalid
Thu Mar 24 06:54:12 EDT 2016


"David Palao" <dpalao.python at gmail.com> a écrit dans le message de 
news:mailman.86.1458816553.2244.python-list at python.org...
> Hi,
> Use "eval":
> s = "(1, 2, 3, 4)"
> t = eval(s)
>
> Best
>


Thank you 




More information about the Python-list mailing list