Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45759

RE: file I/O and arithmetic calculation

From Carlos Nepomuceno <carlosnepomuceno@outlook.com>
Subject RE: file I/O and arithmetic calculation
Date 2013-05-23 02:57 +0300
References <BLU176-W1629E4C46CA08C58AA583CD7A90@phx.gbl>
Newsgroups comp.lang.python
Message-ID <mailman.1981.1369267050.3114.python-list@python.org> (permalink)

Show all headers | View raw


># contents[3][4][5] : 6th column of 5th row of file '4.txt'

BTW, it should read

# contents[3][4][5] : 6th value of 5th row of file '4.txt' 		 	   		  

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

RE: file I/O and arithmetic calculation Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-23 02:57 +0300

csiph-web