I changed my code and git add and commit and push. But the server kept testing the old version of my code, already two days.
Hey @morningbob, could you share a bit more about how you discovered that “the server kept testing the old version of [your] code”?
I just checked your submissions, and each one does seem to include changes. Happy to dig deeper once I know a bit more about what you observed.
HI Andy ![]()
Good morning!
The error message attached in the email, mentioned that my code – elif “\d” in pattern: – which i already changed to r"\d" for a long time ago. So, maybe it is testing the cached version?
Thanks a lot!
Regards,
morningbob
Thanks for the screenshot!
I ran your latest code locally, and saw the same warning:
Looks like it’s caused by this comment:
Hey, yes, that is the problem. I am so sorry
. It ran perfectly in my local environment though. Thanks very much!
The difference might be due to the Python version. Could you run python --version and share the output?
Here’s mine:
Hey, here it is :). It is fine. I can check my code more carefully before submitting it ![]()
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.




