Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Newbie: How to convert a tuple of strings into a tuple of ints Date: Wed, 30 Dec 2015 16:00:29 -0700 Lines: 10 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de x3x/hJBoThO7sf4u2wNR/QGxDco39jElhOFQMQsT35DA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:209.85.223': 0.03; 'url:pipermail': 0.05; 'subject:How': 0.09; 'subject:into': 0.09; 'wed,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '2015': 0.20; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:mail': 0.40; 'to:addr:python.org': 0.40; '30,': 0.63; 'here': 0.66; 'deja': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=faq4cwVzsZs/XRmeRXmLY6uqbs2jb7O8Liegf1iL7FY=; b=M7qJI6ep1+D9sw12dCLPKp9EIsixTd5MOUoHwRzr0Bh0dPNBMrZODaKfT77Zwd12k7 dsCmaWLql0sWcGgL6GCiLf8sCN/xIwBuv/3YkDARwoHUToy2awoMB61Dh14PxE6ntY+9 HPZiEQ31cFPpFOb958QMUD9TQ1NVCE+JYlluxqlvXPbnoeOJK6JdBJ26oKh68cEU+Dy+ IoF6qotgk5K8md9s4IqbUvMOvfaSGEVafqHkO71BVd/2OFDQFlzoWxi0touyCzIvIXqi E71IxrabSfLlbPTNK6zO6+P0beizMaPKKGUi30HHNr55rEgK5um2CBCFqQ1zzWnG2yH4 IHjA== X-Received: by 10.107.11.68 with SMTP id v65mr62585972ioi.188.1451516468816; Wed, 30 Dec 2015 15:01:08 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101021 On Wed, Dec 30, 2015 at 3:46 PM, 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