Skip to content

Conversation

@fwalcott
Copy link

@fwalcott fwalcott commented Jan 9, 2020

friends = {'name': 'Friends', 'genre': 'sitcom', 'no_of_seasons': 10}
friends
friends['no_of_seasons']
friends
friends['no_of_episodes'] = 236
friends
friends[14] = 'some value'
del friends[14]
friends
creators = ['David Crane', 'Marta Kauffman']
friends['creators']
david = friends['creators']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant