0

How can I get out of this error please, I want to print out 'PS5'

https://code.sololearn.com/cAs4ny6dKiPQ/?ref=app

27th Aug 2022, 9:45 AM
Ephraim Daniel
1 Answer
0
''' Hi! Your code has many syntax errors. This is right version your code works with the data structure (object) dictionaries. this topic is covered in lesson 53.1 of your python course ''' data={ "console": "PS5", "exclusive": "Spiderman Miles Morales", "genre": "Superhero" } print(data["console"])
29th Aug 2022, 7:22 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar