python para propriedade em objeto

for property, value in myObject.items():
  print(property, ":", value)
Tommy