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
|
||||
def is_odd(num):
|
||||
return num % 2 == `0`
|
||||
return num % 2 != `
|
||||
```
|
||||
|
||||
```py
|
||||
|
||||
Reference in New Issue
Block a user