"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> IDLE 1.2c1
> >>> s = '123 456'
> >>> s.split()
> ['123', '456']

The str.split method has no bearing on this discussion, which is about
the Python language syntax, and numeric literal values in particular.

-- 
 \        "Pinky, are you pondering what I'm pondering?" "Wuh, I think |
  `\    so, Brain, but burlap chafes me so."  -- _Pinky and The Brain_ |
_o__)                                                                  |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to