Data Types Functions

boolReturns the boolean True or False value (built-in).
floatReturn a floating point number constructed from a number or string x (built-in).
intReturns the number converted to an integer (built-in).
rangeReturns a sequence type (built-in).
strReturns the object converted to a string (built-in).
tupleCreate a tuple (built-in).
bool
Returns the boolean True or False value (built-in).
float
Return a floating point number constructed from a number or string x (built-in).
int
Returns the number converted to an integer (built-in).
range
Returns a sequence type (built-in).
str
Returns the object converted to a string (built-in).
tuple
Create a tuple (built-in).

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top