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!
Diese Übung ist Teil des Kurses
Intermediate Object-Oriented Programming in Python
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
class Computer:
# Create an __init__() method with the storage parameter
____ ____(____, ____):
self.storage = storage