We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb0c2d commit 9151a3aCopy full SHA for 9151a3a
check_prime.py
@@ -1,5 +1,5 @@
1
# Author: Tan Duc Mai
2
-# Email: tanducwork@gmail.com
+# Email: tan.duc.work@gmail.com
3
# Description: Three different functions to check whether a given number is a prime.
4
# Return True if it is a prime, False otherwise.
5
# Those three functions, from a to c, decreases in efficiency
0 commit comments