We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69d222 commit 37a03e3Copy full SHA for 37a03e3
Application/Casino/Casino.py
@@ -319,6 +319,11 @@ def get_security_question(self, possible_questions) -> str:
319
return possible_questions[answer]
320
321
def get_security_questions_and_answers(self) -> list[str]:
322
+ """
323
+ Guides the user through selecting and answering two security questions.
324
+
325
+ :return: A list containing two questions and their corresponding answers.
326
327
328
possible_questions: list[str] = [
329
"What is your favorite sports team?",
0 commit comments