We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686e5ef commit 2b0ee30Copy full SHA for 2b0ee30
bit_manipulation/binary_OR_operator.py renamed to bit_manipulation/binary_or_operator.py
@@ -69,4 +69,4 @@ def convert_to_binary(num: int)-> str:
69
if __name__ == "__main__":
70
import doctest
71
72
- doctest.testmod()
+ doctest.testmod()
0 commit comments