is_correcte_tijd

Sign in to test your solution.
def is_correcte_tijd(tijd): # TODO # Zet onderstaande regels uit commentaar om lokaal te testen #print(is_correcte_tijd("20:30")) #print(is_correcte_tijd("20 : 30 ")) #print(is_correcte_tijd("20:90")) #print(is_correcte_tijd("20u30"))