Grokking Python Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
What will be the output of the following code?
my_dict = {'name': 'John', 'age': 30}
print(my_dict['age'])
A
John
B
{'name': 'John', 'age': 30}
C
30
D
'age'

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page