pub fn is_odd(number: i128) -> bool
is_odd function: Takes an i128 integer number as input and returns a boolean indicating whether number is odd or not.
is_odd
number