|
|
|
|
|
by darkseas
4400 days ago
|
|
I use map(print, list_of_tuples)
quite a bit, but that possibly an artifact of my print-based debugging. I can only do this with print as a function rather than a statement, and the single line makes it easy to drop in or comment out as needed. |
|