dict = {'key1':'value_one', 'key2':'value_two'} dict['key3'] = 'value_three'
alien = {'color': 'green', 'points': 5} alien['x_position'] = 0