Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 181 Bytes

File metadata and controls

10 lines (10 loc) · 181 Bytes

Python fundamentals

The fundamentals of python.

Lessons on:

  1. Display
  2. Variables
  3. Datatypes
  4. Conditional statements
  5. Logical operators
  6. Functions/Methods
  7. Classes