labs icon indicating copy to clipboard operation
labs copied to clipboard

Update __init__.py in half to include better help messages.

Open Explodey-Wolf opened this issue 8 months ago • 0 comments

Previously, help messages in the half problem were incredibly erroneous. If you were to get it wrong, it would say: Expected 64.00, not 32.00. The problem with this message is that check50 also expects a dollar sign in the number, and the number can be anywhere in the string. This PR can hopefully help clear up issues where people remove the dollar sign accidentally, and are confused when check50 errors with the output it 'expects'. It now uses check50.Missing() instead of just the default stdout().

Explodey-Wolf avatar May 29 '24 19:05 Explodey-Wolf