mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-12 15:44:12 +08:00
clean of unnecessary checks, imports, calls (#7993)
This commit is contained in:
@ -34,4 +34,4 @@ def test_not_gate() -> None:
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(not_gate(0))
|
||||
print(not_gate(1))
|
||||
print(not_gate(1))
|
||||
|
Reference in New Issue
Block a user