Loading Python
Setting up environment...
Loading...
📝 Editor
1
Python has four basic types: int (whole numbers), float (decimals), str (text), bool (true/false). The type() function checks the type.
Loading Python environment...