3 lines
51 B
Python
3 lines
51 B
Python
|
def test_comparing_two_number():
|
||
|
assert 1 == 1
|