Integer (int)

All integer numbers. See Numbers for more information.

Returned by

Integer objects are returned by the following functions and methods:

Integer methods

int.is_even()

Returns true if the number is even.

Signature

bool is_even()


int.is_odd()

Returns true if the number is odd

Signature

bool is_odd()


int.to_string()

Returns the value of the number as a string.

Signature

str to_string()


The results of the search are