SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Use ==/!= to compare str, bytes, and int literals (#767)

* Travis CI: Add more flake8 tests

* Use ==/!= to compare str, bytes, and int literals

./project_euler/problem_17/sol1.py:25:7: F632 use ==/!= to compare str, bytes, and int literals
			if i%100 is not 0:
      ^

* Use ==/!= to compare str, bytes, and int literals

* Update sol1.py
C
cclauss committed
5b86928c4b6ab23cbff51ddf9023ac230d4dff26
Parent: a65efd4
Committed by John Law <[email protected]> on 5/16/2019, 11:26:46 AM