Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'problem?': 0.07; 'python': 0.09; '22,': 0.09; 'cc:addr:python- list': 0.10; 'aug': 0.13; 'received:74.125.82.44': 0.15; '10:13': 0.16; 'doesnt': 0.16; 'java.': 0.16; 'subject:Objects': 0.16; 'wed,': 0.16; 'string': 0.17; 'wrote:': 0.17; 'code.': 0.20; 'supposed': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'feature': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'class': 0.29; "i'm": 0.29; 'call.': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:74.125.82': 0.33; 'traceback': 0.33; 'anyone': 0.33; 'received:google.com': 0.34; 'add': 0.36; 'but': 0.36; 'received:74.125': 0.36; 'url:org': 0.36; "didn't": 0.36; 'subject:: ': 0.38; 'object': 0.38; 'instead': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'end': 0.40; 'url:mail': 0.40; 'your': 0.60; 'first': 0.61; 'show': 0.63; '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:to :cc:content-type; bh=7R6LznKpDuPMWNk0suM6VE8cliIjZp/UPcycD34nMiM=; b=maLNAtd3ggjWx0g9lDQcee+r+jdtDD/QM0e/9H2iNroojyBn+BBMFmsuBph4KxxpLS Rk9Zgx8IQNJL4zRPfiyPl+GLER3V4Get6ftTI3UpP9bpBf31E8UGTl6mAGjv2p4dIZhD 6VrBXMfI9lQP5fqZSMIfh154HRQynkytXhbd+oJKUh4GnB+tCG+0oINvywHrCpiWt+8e A1UBaSK52kDJnsbUyQfia7Mndc9EWHyWBoJlIo2GH+Cl+P0dI8xViQxJnLdvardxS/6l N1pKedM6a4oD/EK5NSk/5kv+tQyZkNmiKlTQgg8CdbkQZBkjLGqgNiYJid1VK/JJuQ26 mqEg== MIME-Version: 1.0 In-Reply-To: <18409992-1e28-4721-8e64-60c69668da4e@googlegroups.com> References: <18409992-1e28-4721-8e64-60c69668da4e@googlegroups.com> Date: Wed, 22 Aug 2012 10:31:09 -0400 Subject: Re: Objects in Python From: Joel Goldstick To: shaun Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345645874 news.xs4all.nl 6863 [2001:888:2000:d::a6]:36709 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27636 On Wed, Aug 22, 2012 at 10:13 AM, shaun wrote: > I'm having an issue its my first time using python and i set up a class one of the methods is supposed to return a string but instead returns: > > 389E0>> > > Im very new to python and the object orientated feature doesnt seem to be as well put together as Java. Can anyone help with this problem? > -- > http://mail.python.org/mailman/listinfo/python-list It looks like you didn't add parens to the end of your call. Show us your code. with the traceback -- Joel Goldstick