From D

Ben Finney bignose+hates-spam at benfinney.id.au
Thu Jul 26 01:18:32 EDT 2007


"mensanator at aol.com" <mensanator at aol.com> 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



More information about the Python-list mailing list