This code is from http://docs.python.org/2/tutorial/errors.html#predefined-clean-up-actions
with open(\"myfile.txt\") as f: for line in f: print
From Python trailing comma after print executes next instruction:
,