[EMAIL PROTECTED] (Roy Smith) writes: > Something along the lines of: > > words = input.split() > print words[4], words[5]
That throws an exception if there are fewer than 6 fields, which might or might not be what you want. -- http://mail.python.org/mailman/listinfo/python-list