Lesson

  1. File Operations Read and write to files Try Exceptions Handle and raise exceptions Tuples A tuple is a list that cannot be modified So tuples are immutable tuples are enclosed […]
  2. Add new functionality to the target A decorator is a wrapper function that adds new functionality to a target function without modifying its structure. A decorator has a wrapper function […]
  3. Objects are Instances of a Class Classes Objects Classes and Objects Row of houses Blueprint of a house Sketch pens Color Write Draw Paperclips Color Clip Paper Classes & Encapsulation […]