Loading Python
Setting up environment...
Loading...
Editor
1
Basic Data Types
5 segments ยท 0:00
0:00 / 0:00
Python has four basic types: int (whole numbers), float (decimals), str (text), bool (true/false). The type() function checks the type.
Loading Python environment...