How does one access game properties of objects through python?

Like the title says.

I need to fill this gaping hole in my bge education.


owner["prop_name"] = 1
print(owner["prop_name"])

Thanks Goran!