mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Typo deicmal -> decimal (#11169)
This commit is contained in:
parent
b8e7a4c76c
commit
5898b9603b
|
@ -1,7 +1,7 @@
|
||||||
def is_even(number: int) -> bool:
|
def is_even(number: int) -> bool:
|
||||||
"""
|
"""
|
||||||
return true if the input integer is even
|
return true if the input integer is even
|
||||||
Explanation: Lets take a look at the following deicmal to binary conversions
|
Explanation: Lets take a look at the following decimal to binary conversions
|
||||||
2 => 10
|
2 => 10
|
||||||
14 => 1110
|
14 => 1110
|
||||||
100 => 1100100
|
100 => 1100100
|
||||||
|
|
Loading…
Reference in New Issue
Block a user