Grokking Python Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz

What will be the output of the following code?

my_dict = {'name': 'John', 'age': 30}
print(my_dict['age'])
John
{'name': 'John', 'age': 30}
30
'age'

.....

.....

.....

Like the course? Get enrolled and start learning!