0
How can I get out of this error please, I want to print out 'PS5'
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"])