Skip to content

Commit 3a4eb97

Browse files
committed
Wrote docstring for handle_manage_selection
1 parent 19af030 commit 3a4eb97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Application/Casino/Casino.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ def update_password(self) -> bool:
279279
return False
280280

281281
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+
"""
282286
while True:
283287
answer: str = self.console.get_string_input(f"You have ${self.account.balance}" +
284288
"\nFrom here, you can select any of the following options:" +

0 commit comments

Comments
 (0)