Hacker News new | ask | show | jobs
by njharman 4404 days ago
Print '\n'.join(str(x) for x in list_of_tuples)

Not as nice, but doable.