Help to solve the Military Time challenge with Python
Hey people Iâm stuck trying to solve the military to 12h clock conversion challenge. Havenât code for a long time, Iâm a bit rusty on this đ . So far I have got it to conver 12h to military but the second to last input from the challenge keeps giving the wrong output. Iâve try everything, I think it is something related to the morning time from balls(00:00) to 11:00 or balls to 09:00. I even thought it couldâve been the extra zero in front of the time 01:00 to 09:00 but not really sure cuz I also removed it. Right the time from 01:00 to 09:00 do not have the 0 in front on this code when it come to outputting it. Iâm very confuse and have no idea, anything might help. Every suggestion or solution will be helpful. đ https://code.sololearn.com/c4liMEj54F9O/?ref=app