Resolve #88
This commit is contained in:
@ -10,7 +10,7 @@ Returns `True` if the number is odd, `False` if the number is even.
|
|||||||
|
|
||||||
```py
|
```py
|
||||||
def is_odd(num):
|
def is_odd(num):
|
||||||
return num % 2 == `0`
|
return num % 2 != `
|
||||||
```
|
```
|
||||||
|
|
||||||
```py
|
```py
|
||||||
|
|||||||
Reference in New Issue
Block a user