SIGN IN SIGN UP

Change Declaration of Var 'j' to None (#921)

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](https://lgtm.com/projects/g/TheAlgorithms/Python/snapshot/66c4afbd0f28f9989f35ddbeb5c9263390c5d192/files/other/primelib.py?sort=name&dir=ASC&mode=heatmap)
P
PatOnTheBack committed
2333f933236fbd57f9ed8644b0f8f7a19d10a2e7
Parent: 34889fc
Committed by John Law <johnlaw.po@gmail.com> on 6/30/2019, 4:41:26 AM