Newbie: How to convert a tuple of strings into a tuple of ints

Ian Kelly ian.g.kelly at gmail.com
Wed Dec 30 18:00:29 EST 2015


On Wed, Dec 30, 2015 at 3:46 PM,  <otaksoftspamtrap at gmail.com> wrote:
> How do I get from here
>
> t = ('1024', '1280')
>
> to
>
> t = (1024, 1280)

Deja vu: https://mail.python.org/pipermail/python-list/2015-December/701017.html



More information about the Python-list mailing list