ComeçarComece de graça

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!

Este exercício faz parte do curso

Intermediate Object-Oriented Programming in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

class Computer:
  # Create an __init__() method with the storage parameter
  ____ ____(____, ____):
    self.storage = storage
Editar e executar o código