t393.py 74 B

123
  1. print "a bc d e".split(" ",2)
  2. print "a b c".split()
  3. print "abc".split("")