SyntaxFix
Write A Post
Hire A Developer
Questions
#Try without dot notation sample_dict = {'name': 'John', 'age': 29} print(sample_dict['name']) # John print(sample_dict['age']) # 29