Python untuk properti di objek

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