示例#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"