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 b7750e1 commit b7ebf35Copy full SHA for b7ebf35
bit_manipulation/binary_shifts.py
@@ -1,4 +1,5 @@
1
-# Information on binary shifts: https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types
+# Information on binary shifts:
2
+# https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types
3
# https://www.interviewcake.com/concept/java/bit-shift
4
5
0 commit comments