0
Need help with a code coach problem
I’m trying to do the Military time coach problem. I pass all tests except #4 (hidden output). Read the task and tested the code a couple times... can’t figure out whats wrong with it. Please help? :( https://codeshare.io/5ZVRpX
4 Antworten
+ 1
It's hard to tell just by looking code..
It's better to save code and share link here..
Then one can debug and may find errors...
0
sorry, i thought code playground codes were only public.
https://code.sololearn.com/cQyGrW3UMXGE/?ref=app
0
For input single digit hour 1 to 9 PM, IT giving error..
Ex:
1:00 PM
In list hours 12, instead of 01, put 1 only, same for Remaing also..
0
ooo thanks.