Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100206
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python variable assigning problems... |
| Date | Wed, 9 Dec 2015 12:52:29 -0500 |
| Lines | 30 |
| Message-ID | <mailman.97.1449683552.12405.python-list@python.org> (permalink) |
| References | <4b28ee3d-47b3-40ef-b48e-abff720635ed@googlegroups.com> <CAPM-O+x08rT6u2xGL_rn85BcoYawPYUtiaGjmD97zp3mZYr7zA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de kaUQcbxpBOrzsnyIgnoXBwztCO4AiM/iY/yyfCIzx3bA== |
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.032 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'here?': 0.09; 'wed,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:variable': 0.16; 'wrote:': 0.16; 'email addr:gmail.com>': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'permission': 0.20; 'dec': 0.23; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.24; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'received:209': 0.38; 'why': 0.39; 'url:mail': 0.40; 'your': 0.60; 'here:': 0.63; 'link:': 0.69; 'links,': 0.76; 'ict': 0.84; 'url:drive': 0.84; 'yours': 0.89; 'to:none': 0.91; 'joel': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=QL5gwTbnuu+7BefhNtEmdHL/qSD9Yh5H4RAax5IPsAk=; b=QPivZ6q5AwOwwYugKr2+eFhdN7sEgaMfJvh1HlsF0mzacFK1HAySWMKgmoyxCw+QT9 3BSYB6Fw4zRzlRA9D7DQ+y/BzyETOKNGyr+tmPt+h41PMBtUGj04Xqg2ZfoisbV+O7EK f3D3yPFK8cjgm2XmbCn66eav+hQ96Oimcfv2UDBa6JWyBIPgS+ni5A8dP+5xOrUbhIKV 5f4rnX6xGwoL0t3zKiEFhQP5FMhF8fukqCr5ruAW6KFd1owbILz1uRcP5KvN6gvSbeNu 5p+vmb7m3g0EDVW2NC2XEVBznS393f5mY4QgdmRpFmW0eITsfWx5PsXuyg7mbGifcqAo YYWw== |
| X-Received | by 10.107.36.6 with SMTP id k6mr6194851iok.125.1449683549361; Wed, 09 Dec 2015 09:52:29 -0800 (PST) |
| In-Reply-To | <CAPM-O+x08rT6u2xGL_rn85BcoYawPYUtiaGjmD97zp3mZYr7zA@mail.gmail.com> |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100206 |
Show key headers only | View raw
On Wed, Dec 9, 2015 at 12:51 PM, Joel Goldstick <joel.goldstick@gmail.com> wrote: > > > On Wed, Dec 9, 2015 at 12:49 PM, ICT Ezy <ictezy@gmail.com> wrote: > >> Pl refer question which attached image here: >> >> link: https://drive.google.com/open?id=0B5L920jMv7T0dFNKQTJ2UUdudW8 >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > > > You have a link to somewhere that needs permission to view. Why not just ask your question here? Many people won't follow links, and anyway, no one can follow yours > > -- > Joel Goldstick > http://joelgoldstick.com/stats/birthdays > -- Joel Goldstick http://joelgoldstick.com/stats/birthdays
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-09 09:49 -0800
Re: Python variable assigning problems... Joel Goldstick <joel.goldstick@gmail.com> - 2015-12-09 12:51 -0500
Re: Python variable assigning problems... Joel Goldstick <joel.goldstick@gmail.com> - 2015-12-09 12:52 -0500
Re: Python variable assigning problems... Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-09 21:38 +0000
Re: Python variable assigning problems... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-12-10 16:33 +1100
Re: Python variable assigning problems... Denis McMahon <denismfmcmahon@gmail.com> - 2015-12-10 14:03 +0000
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 08:10 -0800
Re: Python variable assigning problems... Robin Koch <robin.koch@t-online.de> - 2015-12-11 17:24 +0100
Re: Python variable assigning problems... Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-11 09:39 -0700
Re: Python variable assigning problems... Robin Koch <robin.koch@t-online.de> - 2015-12-11 18:52 +0100
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:23 -0800
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:05 -0800
Re: Python variable assigning problems... Michael Torrie <torriem@gmail.com> - 2015-12-11 11:20 -0700
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:25 -0800
Re: Python variable assigning problems... Jussi Piitulainen <harvesting@is.invalid> - 2015-12-11 20:27 +0200
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:54 -0800
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:55 -0800
Re: Python variable assigning problems... ICT Ezy <ictezy@gmail.com> - 2015-12-11 10:00 -0800
Re: Python variable assigning problems... Michael Torrie <torriem@gmail.com> - 2015-12-11 11:10 -0700
Re: Python variable assigning problems... Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-11 09:36 -0700
csiph-web