I'm learning Python IDLE. I'm trying to write a very simple text game. I'm one error away to have it working.
SyntaxError: invalid syntax
items = ["Cup","Vase","Table","Lamp","Bowl","Door"]
(Bold is highlighted) All I want to do is create a list. Somebody please help.

SyntaxError: invalid syntax
items = ["Cup","Vase","Table","Lamp","Bowl","Door"]
(Bold is highlighted) All I want to do is create a list. Somebody please help.