mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
isort --profile black . (#2181)
* updating DIRECTORY.md * isort --profile black . * Black after * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -5,8 +5,8 @@ By listing the first six prime numbers:
|
||||
|
||||
We can see that the 6th prime is 13. What is the Nth prime number?
|
||||
"""
|
||||
import math
|
||||
import itertools
|
||||
import math
|
||||
|
||||
|
||||
def primeCheck(number):
|
||||
|
Reference in New Issue
Block a user