aboutsummaryrefslogtreecommitdiff
path: root/py/deathtable.py
blob: fc9728e010f59c4925ebe3a0e9aef5268477570c (plain)
1
2
3
4
5
6
from data import trials

for trial in trials:
  print('& '.join(['$\\times$'.join([str(el) for el in trial.size]),
  str(trial.date), str(trial.intro), str(trial.dead),
  str(len(trial.pits))])+'\\cr\\noalign{\\hrule}')