You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 try and except blocks into separate functions to make it easier to maintain and debug.
The text was updated successfully, but these errors were encountered:
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
try
andexcept
blocks into separate functions to make it easier to maintain and debug.The text was updated successfully, but these errors were encountered: