Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: 2023/x
Choose a base branch
from

Conversation

Explodey-Wolf
Copy link

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant