コード例 #1
0
def rest_num_speak_0():
    assert num_speak(0) == "zero"
コード例 #2
0
def rest_num_speak_42():
    assert num_speak(42) == "forty-two"