I need some fresh pair of eye please
Mine is seemingly not working.
I am passing all the unit tests except for ONE bugger.
Been spending many many hours on trying to resolve this one.
Anyone willing to please lend me an eye and go over my code.
It is the AM/PM switching test that fails.
(FAIL: test_different_period (test_module.UnitTests)
We can’t help without some code. Best thing is to post a link to a repl (on repl.it preferably) with your question. Second best is to post your code in code blocks (use the </> button above the editor).
returns a Boolean - it is an inline statement returning true/false? The variable “ampm” is a string var which test whether it is equal to “AM” and returns true or false of not equal to “PM”.