We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19af030 commit 3a4eb97Copy full SHA for 3a4eb97
Application/Casino/Casino.py
@@ -279,6 +279,10 @@ def update_password(self) -> bool:
279
return False
280
281
def handle_manage_selection(self) -> None:
282
+ """
283
+ Prompts the user to choose an account management option: add funds, reset password, or go back.
284
+ Executes the selected action.
285
286
while True:
287
answer: str = self.console.get_string_input(f"You have ${self.account.balance}" +
288
"\nFrom here, you can select any of the following options:" +
0 commit comments