Here is my code:
programming_language = {'Java','Matlab',
'JavaScript','Python',
'SQL','TypeScript',}
print(programming_language["My favorite programminglanguage is:", 2])
When I run this code, I get the above error.
Help me, please.
Thanks!