BaşlayınÜcretsiz Başlayın

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!

Bu egzersiz

Intermediate Object-Oriented Programming in Python

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

class Computer:
  # Create an __init__() method with the storage parameter
  ____ ____(____, ____):
    self.storage = storage
Kodu Düzenle ve Çalıştır