>>> import csv, sys
>>> writer = csv.writer(sys.stdout, delimiter=" ")
>>> writer.writerow(["#", "T", "S", "I", "R"])
# T S I R
In the script, usage would look something like this: import csv
import sys
...
writer = csv.writer(sys.stdout, delimiter=" ")
writer.writerow(["#", "T", "S", "I", "R"])
writer.writerow([T, S, I, R])
while I > 1000:
...
writer.writerow([T, S, I, R])
"Playable Quotes for Game Boy Games" - https://www.youtube.com/watch?v=z9JYOZWLMlo