Зміст курсу
Best Practices: Python OOP
Accessing Attributes
You can access the attributes of an object using the dot notation.
Завдання
- Access the
name
attribute of the objectdog1
; - Access the
breed
attribute of the objectdog1
.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
You can access the attributes of an object using the dot notation.
Завдання
- Access the
name
attribute of the objectdog1
; - Access the
breed
attribute of the objectdog1
.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 4
AVAILABLE TO ULTIMATE ONLY