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

otaksoftspamtrap at gmail.com otaksoftspamtrap at gmail.com
Wed Dec 30 17:46:48 EST 2015


How do I get from here

t = ('1024', '1280')

to 

t = (1024, 1280)


Thanks for all help!



More information about the Python-list mailing list