OK, so that subject's not quite a line from lyrics, but it should be. The line is actually "Everyday would be a holiday from real" but Jack's Mannequin, who I love by the way, failed, and decided not to append the "ity"
Dear Python:
from __future__ import with_statement
with open("hello.txt") as f:
for line in f:
print line
makes me
(
Read more... )