Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'file)': 0.09; 'filename': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'language.': 0.14; 'be:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'url:mailman': 0.30; 'code': 0.31; 'lines': 0.31; 'file': 0.32; 'url:python': 0.33; 'except': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'first': 0.61; 'our': 0.64; 'charset:windows-1252': 0.65; '2015': 0.84; 'received:2': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: seek operation in python Date: Wed, 29 Apr 2015 21:53:19 +0100 References: <8b2bd328-08a6-4211-85c4-8d117d1aae1e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-195-171.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430340906 news.xs4all.nl 2838 [2001:888:2000:d::a6]:59700 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89576 The only good top poster is a dead top poster, except for... On 29/04/2015 19:42, Billy Earney wrote: > if your filename is input.cpp, you first line of code should be: > > file=open("input*.cpp*","r") > > On Wed, Apr 29, 2015 at 1:26 PM, siva sankari R > wrote: > >> There is a file named "input.cpp"(c++ file) that contains some 80 lines of >> code. >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence