Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
course content

Contenido del Curso

Best Practices: Python OOP

Accessing AttributesAccessing Attributes

You can access the attributes of an object using the dot notation.

Tarea

  1. Access the name attribute of the object dog1;
  2. Access the breed attribute of the object dog1.

Mark tasks as Completed

¿Todo estuvo claro?

Sección 1. Capítulo 4
AVAILABLE TO ULTIMATE ONLY
course content

Contenido del Curso

Best Practices: Python OOP

Accessing AttributesAccessing Attributes

You can access the attributes of an object using the dot notation.

Tarea

  1. Access the name attribute of the object dog1;
  2. Access the breed attribute of the object dog1.

Mark tasks as Completed

¿Todo estuvo claro?

Sección 1. Capítulo 4
AVAILABLE TO ULTIMATE ONLY
some-alt