Question: I need help figuring out why I am receiving 4 failures in this code, to fix this code.
Repl link: https://replit.com/@thesabatino/boilerplate-time-calculator?v=1
code snippet
Question: I need help figuring out why I am receiving 4 failures in this code, to fix this code.
Repl link: https://replit.com/@thesabatino/boilerplate-time-calculator?v=1
code snippet
On line 47
of time_calculator.py
, you have a .
before the closing bracket (in the string), however your test cases are not expecting this dot, so simply remove it and it’ll fix all your failing tests!