We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytudes/ipynb/Advent-2020.ipynb
Line 104 in 994d790
Line 110 in 994d790
Line 123 in 994d790
x < y < z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pytudes/ipynb/Advent-2020.ipynb
Line 104 in 994d790
pytudes/ipynb/Advent-2020.ipynb
Line 110 in 994d790
The puzzle description doesn't guarantee that each entry is unique; it's possible that a report contains the entry 1010 twice.
pytudes/ipynb/Advent-2020.ipynb
Line 123 in 994d790
If we want to find unique entries anyway, this comparison chain does not preclude x == y. Perhaps use
x < y < z
?The text was updated successfully, but these errors were encountered: