Skip to content

Commit c1dcdc9

Browse files
committed
black format
1 parent 1bf565c commit c1dcdc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

brain_games/scripts/brain_prime.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ def generate_question():
1919

2020

2121
def main():
22-
description = 'Answer "yes" if given number is prime. Otherwise answer "no".'
22+
description = (
23+
'Answer "yes" if given number is prime. Otherwise answer "no".'
24+
)
2325
start_game(description, generate_question)

0 commit comments

Comments
 (0)