This is my python notes for easy revision.
- Data types in Python.
- Operations on data types (int, float).
- String-indexing, slicing.
- String(.format(),f-string).
- Operatores(and,or,not)
- Control statement(if)...
- Control statement(for)..
- Control statement(while).