is_double, dart_double_out, dart_double_in_out

Sign in to test your solution.
# vul de type hinting zelf aan. def is_double(score): # TODO def dart_double_out(lijn): # TODO def dart_double_in_out(lijn): # TODO # Zet onderstaande regels uit commentaar om lokaal te testen # print(is_double("BULL")) # print(dart_double_out("T18, 11, BULL")) # print(dart_double_in_out("T18, 11, BULL"))
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.

Test case being debugged