Re: [Tutor] How to extract a value from a matrix.

2011-05-07 Thread Steven D'Aprano
dlwdan...@uct.ac.za wrote: Hi there I am a student and is new to python. I would like to know how to exact a value from a list that has been opened from a text file in python. Exactly the same way that you would get a value from any other list. >>> my_list = [10, 20, 30, 40, 50] >>> print my

Re: [Tutor] How to extract a value from a matrix.

2011-05-07 Thread bob gailer
On 5/7/2011 8:01 AM, dlwdan...@uct.ac.za wrote: Hi there Hi I am a student and is new to python. Welcome I would like to know how to exact a value from a list that has been opened from a text file in python. Your question is much too vague to give any meaningful answer. Exactly what d

[Tutor] How to extract a value from a matrix.

2011-05-07 Thread dlwdan002
Hi there I am a student and is new to python. I would like to know how to exact a value from a list that has been opened from a text file in python. Thanks Danielle Sent from my BlackBerry® wireless device ___ Tutor maillist - Tutor@python.org To u