- int () to convert to integer;
- long () to change to an integer length;
- float () to change to float;
- bool () to change to boolean;
- chr () to change to character;
- str () to convert to a string.
- bin () to convert to Binary numbers.
- hex () to convert to Hexadecimal numbers.
- oct () to convert to octane numbers.
Thanks for read my docs, hope enjoy it.
Top comments (0)