python for property in object code example Example: python for property in object for property, value in myObject.items(): print(property, ":", value)