We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e7a4c commit 5898b96Copy full SHA for 5898b96
bit_manipulation/is_even.py
@@ -1,7 +1,7 @@
1
def is_even(number: int) -> bool:
2
"""
3
return true if the input integer is even
4
- Explanation: Lets take a look at the following deicmal to binary conversions
+ Explanation: Lets take a look at the following decimal to binary conversions
5
2 => 10
6
14 => 1110
7
100 => 1100100
0 commit comments