We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b33486 commit 90fc1fcCopy full SHA for 90fc1fc
1 file changed
brain_games/scripts/brain_prime.py
@@ -1,7 +1,7 @@
1
import random
2
from brain_games.cli import welcome_user
3
4
-DESCRIPTION = "Answer 'yes' if given number is prime. Otherwise answer 'no'."
+DESCRIPTION = 'Answer "yes" if given number is prime. Otherwise answer "no".'
5
6
def is_prime(n):
7
if n < 2:
0 commit comments