We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569cadb commit aa3be9eCopy full SHA for aa3be9e
2 files changed
brain_games/scripts/brain_games.py
@@ -4,5 +4,6 @@
4
def main():
5
welcome_user()
6
7
+
8
if __name__ == '__main__':
9
main()
brain_games/scripts/brain_gcd.py
@@ -25,7 +25,7 @@ def main():
25
while correct_answers < 3:
26
correct_answer, question = get_gcd_questions()
27
print(f"Question: {question}")
28
- user_answer = input("You answer:")
+ user_answer = input("You answer:")
29
30
if user_answer == correct_answer:
31
print("Correct!")
0 commit comments