4 lines
72 B
Python
4 lines
72 B
Python
def test_empty():
|
|
# put your first tests here
|
|
assert 1 + 1 == 2
|