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

CS50P Check50 not working (Pset 3) #187

Open
youssefelmarasy1 opened this issue Dec 31, 2022 · 1 comment
Open

CS50P Check50 not working (Pset 3) #187

youssefelmarasy1 opened this issue Dec 31, 2022 · 1 comment
Assignees
Labels
CS50P CS50 Python

Comments

@youssefelmarasy1
Copy link

youssefelmarasy1 commented Dec 31, 2022

I completed the code for the "outdated' problem in Pset 3 and I successfully passed all test cases except for one. When I manually tested the output that should be given, I found that it's correct and that check50 checks it wrong.
In particular, the check50 function gives me this:
"input of " 9/8/1636 " outputs 1636-09-08
Did not find "1636-09-08" in "Date: "
"
When I tested the input, which is 9/8/1636, I get the correct output, which is 1636-09-08.

Is anyone else facing the same issue?
image

Right After using check50, I put in the input for the "failed" test case and it worked as shown below
image

@Samartic
Copy link

Actually it's because the prompt send by the check50 have space around, it's hard to find out

@rongxin-liu rongxin-liu transferred this issue from cs50/check50 Oct 4, 2023
@rongxin-liu rongxin-liu added the CS50P CS50 Python label Feb 6, 2024
@rongxin-liu rongxin-liu self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CS50P CS50 Python
Projects
None yet
Development

No branches or pull requests

3 participants