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 a941570 commit f7c1147Copy full SHA for f7c1147
bit_manipulation/swap_all_odd_and_even_bits.py
@@ -50,4 +50,4 @@ def swap_odd_even_bits(num: int) -> int:
50
51
doctest.testmod()
52
for i in (-1, 0, 1, 2, 3, 4, 23, 24):
53
- print(show_bits(i, swap_odd_even_bits(i)), '\n')
+ print(show_bits(i, swap_odd_even_bits(i)), "\n")
0 commit comments