lgtm fixes (#1032)

* adding sum of subsets

* lgtm fixes
This commit is contained in:
Jigyasa G 2019-07-18 16:17:15 +05:30 committed by John Law
parent e662a5aaef
commit 4658f4a49e

View File

@ -7,7 +7,6 @@ By listing the first six prime numbers:
We can see that the 6th prime is 13. What is the Nth prime number?
"""
from __future__ import print_function
from math import sqrt
try:
raw_input # Python 2