5 lines
77 B
Python
5 lines
77 B
Python
alien_1 = {}
|
|
alien_1['color'] = 'green'
|
|
alien_1['points'] = 5
|
|
print(alien_1)
|