We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf565c commit c1dcdc9Copy full SHA for c1dcdc9
brain_games/scripts/brain_prime.py
@@ -19,5 +19,7 @@ def generate_question():
19
20
21
def main():
22
- description = 'Answer "yes" if given number is prime. Otherwise answer "no".'
+ description = (
23
+ 'Answer "yes" if given number is prime. Otherwise answer "no".'
24
+ )
25
start_game(description, generate_question)
0 commit comments