X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.08; 'from:addr:python': 0.09; 'necessary,': 0.09; 'read.': 0.10; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'reply- to:addr:python-list': 0.16; 'wrote:': 0.16; 'programming': 0.20; 'header:In-Reply-To:1': 0.22; 'indentation': 0.23; 'code': 0.25; 'language.': 0.28; 'received:84': 0.28; "isn't": 0.33; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'reply- to:addr:python.org': 0.34; 'group,': 0.36; 'languages': 0.37; 'easier': 0.38; 'subject:: ': 0.39; 'recommended': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'where': 0.40; 'header :Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AskHAK/VQ07Unw4S/2dsb2JhbABBmEKPBXeBQAEBBThAEQsIEAkWDwkDAgECAQ04EwgBAYdtvHmGRwSLXYw8i2U Date: Thu, 11 Aug 2011 14:15:33 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: indentation 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.12 Precedence: list Reply-To: python-list@python.org 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: 1313068532 news.xs4all.nl 23843 [2001:888:2000:d::a6]:42015 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11213 On 11/08/2011 13:56, Amit Jaluf wrote: > Hello Group, > i just start python is it necessary indentation in python ? > Yes, indentation is part of the language. Even in programming languages where it isn't necessary, it's recommended because it makes the code easier to read.