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 b0387bf commit a75df7bCopy full SHA for a75df7b
projects/flash-card-quiz/flash_card_quiz.py
@@ -0,0 +1,5 @@
1
+class Flashcard:
2
+ def __init__(self, question, answer):
3
+ self.question = question
4
+ self.answer = answer
5
+
0 commit comments