Hacker News new | ask | show | jobs
by RodericDay 3259 days ago
If you want power you can

    fprint = lambda string: print(string, file=somefile)
and use fprint all over the place

that little chevron trick is bad imo