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

Connected

道练习

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!

说明 1 / 共 4 个

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