On Sun, Dec 25, 2011 at 1:45 AM, Eelco <[email protected]> wrote: > Can you give an example of a construct in python where two whitespace > delimited identifiers are legal?
What do you mean? Two identifiers, separated only by whitespace and no
keyword or operator?
def foo():
asdf
qwer
Perfectly legal, two statements that probably don't do anything useful though.
ChrisA
--
http://mail.python.org/mailman/listinfo/python-list
