Beispiel #1
0
def test_space():
    assert not is_punct(' ')
Beispiel #2
0
def test_comma():
    assert is_punct(',')
Beispiel #3
0
def test_letter():
    assert not is_punct('a')
Beispiel #4
0
def test_comma():
    assert is_punct(',')
Beispiel #5
0
def test_letter():
    assert not is_punct('a')
Beispiel #6
0
def test_space():
    assert not is_punct(' ')