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 ccccc95 commit 8038fdeCopy full SHA for 8038fde
bit_manipulation/swap_all_odd_and_even_bits.py
@@ -55,4 +55,4 @@ def swap_odd_even_bits(num: int) -> int:
55
56
doctest.testmod()
57
for i in (-1, 0, 1, 2, 3, 4, 23, 24):
58
- print(show_bits(i, swap_odd_even_bits(i)), '\n')
+ print(show_bits(i, swap_odd_even_bits(i)), "\n")
0 commit comments