@ -1380,7 +1380,7 @@ Returns `True` if the number is odd, `False` if the number is even.
```py
defis_odd(num):
returnnum%2==`0`
returnnum%2!=0
```
<details>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.