3 lines
65 B
Python
3 lines
65 B
Python
#!/usr/bin/env python
|
|
import operbool
|
|
assert not operbool.Test()
|
#!/usr/bin/env python
|
|
import operbool
|
|
assert not operbool.Test()
|