Computer Science, asked by skgmailcom3300, 1 year ago

What is the syntax to look up the fullname attribute in an object stored in the variable colleen answer?

Answers

Answered by arpita67
0
hi here is the answer you are looking for

Python Class Attribute is the syntax to look up the fullname attribute in an object stored in the variable colleen answer .
Answered by Anonymous
5

The syntax to look up the full name attribute in an object stored in the variable colleen is colleen.fullname.

  • An object can be defined as a blue print of a particular class.
  • In other words, it is an instantiation of a class.
  • An attribute is a data member of a particular class or object.
  • An Object attribute belongs to a particular object.

Similar questions