microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.19k stars 508 forks source link

cs50 Problem Set 8 - Seasons #4197

Closed billlocke closed 6 months ago

billlocke commented 6 months ago

:( Input of "1999-01-01" yields "Five hundred twenty-five thousand, six hundred minutes" when today is 2000-01-01 expected "Five hundred t...", not "Five hundred a..."

Inflect's p.number_to_words returns "Five hundred a..." versus required "Fine hundred t..." so I fail check50 I used the "andword='' parameter to try to delete the "and", but it did not work

Is this an issue with check50, or do I need to continue to debug?

billlocke commented 6 months ago

:( Input of "1999-01-01" yields "Five hundred twenty-five thousand, six hundred minutes" when today is 2000-01-01expected "Five hundred t...", not "Five hundred a..."Inflect's p.number_to_words returns "Five hundred a..." versus required "Fine hundred t..." so I fail check50I used the "andword='' parameter to try to delete the "and", but it did not workIs this an issue with check50, or do I need to continue to debug?BillOn Jan 2, 2024, at 4:53 PM, Karol Zadora-Przylecki @.***> wrote: Closed #4197 as not planned.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>