Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 304 Bytes

File metadata and controls

11 lines (10 loc) · 304 Bytes

Python Programming

This is my python notes for easy revision.

  1. Data types in Python.
  2. Operations on data types (int, float).
  3. String-indexing, slicing.
  4. String(.format(),f-string).
  5. Operatores(and,or,not)
  6. Control statement(if)...
  7. Control statement(for)..
  8. Control statement(while).