Contenido del Curso
Best Practices: Python OOP
Accessing Attributes
You can access the attributes of an object using the dot notation.
Tarea
- Access the
name
attribute of the objectdog1
; - Access the
breed
attribute of the objectdog1
.
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
You can access the attributes of an object using the dot notation.
Tarea
- Access the
name
attribute of the objectdog1
; - Access the
breed
attribute of the objectdog1
.
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 4
AVAILABLE TO ULTIMATE ONLY