Python Inbuilt Functions Cheat Sheet
Python Inbuilt Functions Cheat Sheet
1. Input/Output Functions
-------------------------
2. Type Conversion
------------------
----------------------------------------
Examples:
ceil(2.3) -> 3
floor(2.9) -> 2
4. String Methods
-----------------
---------------
6. Set Methods
--------------
7. Dictionary Methods
---------------------
8. Utility Built-ins
--------------------
-------------------------------------