1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate Object-Oriented Programming in Python

Connected

Exercise

Creating and using classes

To help recall the fundamentals of object-oriented programming, you'll create a Computer class from start-to-finish. Good luck!

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Create an __init__() method for the Computer class that takes a single parameter, called storage.