I often type this

x = "Break this into a list".split()

instead of

x = ["Break", "this", "into", "a", "list"]

The latter is more tedious to type.



-- 
Cordially,
Noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to