Explain the following
---
= j
for i in [true, false, false, true]:
t = t + 1 if i else 0
j = t if t > j else j
print(j)