mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
2333f93323
Since `j` is redefined before it is used, it makes more sense to declare it with the value `None` instead of `1`.
This fixes a [warning from lgtm](
|
||
---|---|---|
.. | ||
game_of_life | ||
anagrams.py | ||
binary_exponentiation_2.py | ||
binary_exponentiation.py | ||
detecting_english_programmatically.py | ||
dictionary.txt | ||
euclidean_gcd.py | ||
finding_Primes.py | ||
fischer_yates_shuffle.py | ||
frequency_finder.py | ||
linear_congruential_generator.py | ||
n_queens.py | ||
nested_brackets.py | ||
palindrome.py | ||
password_generator.py | ||
primelib.py | ||
sierpinski_triangle.py | ||
tower_of_hanoi.py | ||
two_sum.py | ||
word_patterns.py | ||
words |