句法 person : # person object has a list of key value pairs name : &name "Antony" # this is a string occupation : ' Engineer ' # this is also a string age : 30 # this is a integer gpa : 4.2 # this is a floting point number fav_num : 1e+10 # this is a exponential number male : t