goedel = {} goedel.name = "Kurt Gödel" print( goedel ) print( goedel.name ) print( goedel["name"] )