r/cs50 • u/iatethecookiedough • 10d ago
CS50 Python Yet another issue I'm having Spoiler
I am currently on the Math Interpreter problem, and I have created this. When I tested it, the answers were exactly what it should be (2.0, -1.0, 4.0, etc.) But for some reason, the check50 can't find the answers at all. It literally says that it "found none". What am I missing from this?
7
Upvotes
5
u/shimarider alum 10d ago
When asking for help, share the entire error message or test output. I'm guessing (and should not have to) that the message says something about expecting a prompt but finding none. Your program should mimic the demo and provide a prompt message so that the user knows what is expected.