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


Groups > comp.lang.python > #45759 > unrolled thread

RE: file I/O and arithmetic calculation

Started byCarlos Nepomuceno <carlosnepomuceno@outlook.com>
First post2013-05-23 02:57 +0300
Last post2013-05-23 02:57 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#45759 — RE: file I/O and arithmetic calculation

FromCarlos Nepomuceno <carlosnepomuceno@outlook.com>
Date2013-05-23 02:57 +0300
SubjectRE: file I/O and arithmetic calculation
Message-ID<mailman.1981.1369267050.3114.python-list@python.org>
># 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' 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web