problems
problems copied to clipboard
Fix a number of bugs. Resolves #174, #211, #215, and #181.
Replaced re.match()
with re.findall()
and finds the last group, avoiding the numbers in the prompt problem. Resolves #174.
Added various fixes, including issues importing main in game
and bitcoin
. Resolves #211.
Added a solve for #215 by checking if the functions contain something.
Added a solve for #181.