Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'worked.': 0.09; 'subject:question': 0.10; 'cheers': 0.12; 'chris,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:class': 0.16; 'subject:issue': 0.16; 'subject:variable': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'info': 0.35; 'received:209.85': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'further': 0.61; '30,': 0.65; 'mar': 0.68; 'sam': 0.68; 'berry': 0.84; 'subject:!)': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=nfpTQavx4xKavjdb5t5DL4oRj9Q8PA7UukXg7JJxn5c=; b=HeGmNBk+vKPA9niazTbOsWqi9MCc3N8uC5slYTgBYS7rSWWw8chZ4ZSKQ9ELDsn51y ZKa+C5uTKRgUfoG1SONty7iMncT5IHYyUNZmox6p4JYZJ9mnNVTTjv4qbZ4+oX0zf10U mQL7GLsr2pc36O81unhTWdDWSq+ujJqV46x9N4RmtqV+riDkSMkGgrJ6i5QiAyBZecGg lGt3ToClqO7tfAZYko9Wn1jP7AMei3Hvp3cMcIYn4DxpXK1QyjCpsv0P5sHt1bb9QYdh tqkTgIH5f1DR2PjgccbR404froecHz6w6HYlgWswpI3tFp9Miu2ZQbbG69JXyj7Nhqnc MdrQ== MIME-Version: 1.0 X-Received: by 10.58.75.46 with SMTP id z14mr3004919vev.52.1364597146543; Fri, 29 Mar 2013 15:45:46 -0700 (PDT) In-Reply-To: <6deb6120-e93d-429f-821f-437d25f0a761@googlegroups.com> References: <78680654-5cf5-435c-9fce-19d6f5c23360@googlegroups.com> <6deb6120-e93d-429f-821f-437d25f0a761@googlegroups.com> Date: Sat, 30 Mar 2013 09:45:46 +1100 Subject: Re: Python class and variable issue(newby question!) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364597154 news.xs4all.nl 6934 [2001:888:2000:d::a6]:43372 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42290 On Sat, Mar 30, 2013 at 9:17 AM, Sam Berry wrote: > Thanks for the responses! My issue was sorted with Benjamins post, just printing s worked. > > Cheers for the info though Chris, if i have any further issues il post them with some working code. Awesome! Always happy to help out. ChrisA