-
-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Labels
Description
What is a valid input? 20 s? 3:20 pm? half past noon?
Once we have the input, we need to be able to "add and subtract minutes to it".
What are we supposed to return? 1 m 20 s? 3:21 pm? half past noon and one minute?
Maybe this (exercism/python#401) is better handled here.
Insti