79259832

Date: 2024-12-07 02:26:45
Score: 1
Natty:
Report link

I don't think you can assign to t-1. Something like:

if t == 1861:
    continue

if t == 1862:
    previous_t = 1860
else:
    previous_t = t - 1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thaw