We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Time Conversion
- Discussions
Time Conversion
Time Conversion
Sort by
recency
|
360 Discussions
|
Please Login in order to post a comment
i did not use the datetime function as I figured it is a shortcut this is my appraoch:
def timeConversion(s): # Write your code here l = s.split(":")
my approach:
my approach on the JavaScript solution
One testcase i.e 4 failing for me any idea what it is