예제 #1
0
def test_money(input, expected):
    """We are just concerned with dollars here for now but might take other
    currencies later."""
    assert s.money(input) == expected
def test_money(input, expected):
    """We are just concerned with dollars here for now but might take other
    currencies later."""
    assert s.money(input) == expected
예제 #3
0
def money(mon):
    return s.money(mon)