-
Notifications
You must be signed in to change notification settings - Fork 9
Messy Code #19
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Currently, there's a single function called
get_ans()which is not ideal from a development perspective.It would be worth breaking up the statements in the
tryandexceptblocks into separate functions to make it easier to maintain and debug.