Data Types Functions
| 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). |
| 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