Python для собственности в объекте

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