Refactor problem 35
This commit is contained in:
parent
ba97e04c9e
commit
1cf3cc68ce
@ -37,8 +37,6 @@ def compute():
|
||||
if not is_prime(j):
|
||||
all_primes = False
|
||||
break
|
||||
# else:
|
||||
# circular_primes.append(i)
|
||||
if all_primes:
|
||||
circular_primes.append(i)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user