How to parsing a sequence of integers

Steven Woody narkewoody at gmail.com
Fri Dec 19 08:20:48 EST 2008


Hi,

I am a newbie and is reading the python book.  Could anyone tell me,
how to parsing the following string
   "123 100 12 37 ..."
into a list of integers on which I can then apply max()/min()?

In additional to max/min, is there something like average()?

Thanks in advance.

-
narke



More information about the Python-list mailing list