Is Odd

Check if a number is odd.

Code

General
num % 2 != 0

Parameters

The number to check

Server

More Python Snippets