Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!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.070 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.01; 'syntax': 0.04; 'subject:question.': 0.16; 'subject:those': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'print': 0.22; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'am,': 0.29; 'to:no real name:2**1': 0.29; 'received:google.com': 0.35; 'error.': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:. ': 0.67; 'to:addr:msn.com': 0.84; 'subject:Are': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=XDr1IHEgeDJiN/ZHtqa8DSgjStSrxbUamyZUJSMpI0U=; b=F/+SF/IQDR8fQ1rcGtnf3eObQ0VZwgeo2lOpktOUbipiV1M1MH6GRV6tpOTBZW4zKp G8YgSdlfc/xUTC5fut1YkU7rF8oMZ/2CaJyr5l4UOgXbLE3rPxIkyc/eOAfUaAvp1aEz y2OxtCxE7WWhQbZWlfbKTY3gPzJpyNCWAvbaqBl0CS+m4noRzod7gFMEAdq9sTNuAvSv 3OvjDVLGLesyRWiG3qy6+PjndqDS0rT72+i3DaEOXsi9QJQHoIsV8b8Pb7aLAtDyynSH In5bOULiKbFZ6DAcuGv/sGnwuEJ6cc6qsOLRoULJP+yrydHF5EEQo+JH8uJ0fqLtaOWZ NwKg== X-Received: by 10.49.106.1 with SMTP id gq1mr16149818qeb.12.1387558942252; Fri, 20 Dec 2013 09:02:22 -0800 (PST) Date: Fri, 20 Dec 2013 12:02:18 -0500 From: bob gailer User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: dec135@msn.com, python-list@python.org Subject: Re: Newbie question. Are those different objects ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387558944 news.xs4all.nl 2934 [2001:888:2000:d::a6]:59034 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62441 On 12/20/2013 10:16 AM, dec135@msn.com wrote: > print type y That line will give you a syntax error.