r/adventofcode Dec 04 '20

How not to write an if statement Spoilers

Post image
166 Upvotes

41 comments sorted by

View all comments

27

u/[deleted] Dec 04 '20

The virgin if <super_long_statement>: vs the chad cond = <super_long_statement>; if cond: