Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'dan': 0.09; '>>': 0.16; 'roy': 0.16; 'subject:Problem': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'feb': 0.22; 'email addr:gmail.com>': 0.22; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'skip:& 60': 0.30; 'message- id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'running': 0.33; 'to:name:python-list': 0.33; 'received:google.com': 0.35; 'var': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'lower': 0.61; 'smith': 0.68; 'article': 0.77 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=d5w0UFM2sjtqDqVSWZJvpQVAlrRs77jQEWqRooAPQXc=; b=oomudyh7G7CQqRrL2RYmxWc2QFnHoyyppJuytRcO9kpAxZ+WrZzbVq1SK70P+K2TML MS8PqfiRmfiDPN3DENIPAi2Ffrukrh3wbu7RK+qTUgv6iG/VlhoO4U0SwRsD8tfi8vFB jOX3aK+8X3VBzEBlUdtjbgB3OWjTmeA5Q/5ObEBXA9UJ494pnd+UPOFfj5AKJec82UTt ZPBCbPPpwP1xAUdWiD82518VRDe7p5zO4vNtFAKKqDA+x4Is9N3fgZGD0/MZI2ZLesR8 mt6HVPUkiqXg+/iNuDSjtBgWn+6Xqibit8UAfxxiG5oMCY3oHBJKz0DhyJqLU7PGZO1C Dvaw== X-Received: by 10.152.6.101 with SMTP id z5mr1930170laz.53.1391623450132; Wed, 05 Feb 2014 10:04:10 -0800 (PST) MIME-Version: 1.0 Sender: joshua.landau.ws@gmail.com In-Reply-To: References: <608a3384-525b-4879-82d2-5a6414827fa7@googlegroups.com> From: Joshua Landau Date: Wed, 5 Feb 2014 18:03:30 +0000 X-Google-Sender-Auth: ut5ADM1Xrr2GUGPTmO1TkRlQkPc Subject: Re: Calculator Problem To: python-list Content-Type: multipart/alternative; boundary=089e014943326803e804f1ac95c6 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 62 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391623453 news.xs4all.nl 2939 [2001:888:2000:d::a6]:44532 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65484 --089e014943326803e804f1ac95c6 Content-Type: text/plain; charset=UTF-8 On 5 February 2014 02:22, Dan Sommers wrote: > On Tue, 04 Feb 2014 19:53:52 -0500, Roy Smith wrote: > > > In article , > > David Hutto wrote: > > > >> Can anyone point out how using an int as a var is possible > > > > one = 42 > > > > (ducking and running) > > int = 42 > > (ducking lower and running faster) globals()["1"] = 42 (limbo, limbo, limbo like me) --089e014943326803e804f1ac95c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 5= February 2014 02:22, Dan Sommers <dan@tombstonezero.net> wrote:
On Tue, 04 Feb 2014 19:53:52 -0500, Roy Smith wrote:<= br>
> In article <ed1c2ddd-f704-4d58-a5a4-aef13de88817@go= oglegroups.com>,
> =C2=A0David Hutto <dwightdhutto@gmail.com> wrote:
>
>> Can anyone point out how using an int as a var is possible
>
> one =3D 42
>
> (ducking and running)

int =3D 42

(ducking lower and running faster)

globals(= )["1"] =3D 42=C2=A0

(limbo, limbo, limbo like me)
--089e014943326803e804f1ac95c6--