The following are links to additional questions that our community has asked about this exercise:
This list will contain other frequently asked questions that aren’t quite as popular as the ones above.
Currently there have not been enough questions asked and answered about this exercise to populate this FAQ section.
This FAQ is built and maintained by you, the Codecademy community – help yourself and other learners like you by contributing!
Not seeing your question? It may still have been asked before – try searching for it by clicking the spyglass icon () in the top-right of this page. Still can’t find it? Ask it below by hitting the reply button below this post ().
I think you are referring to if not product in self.items_in_cart:.
There is a colon at the end of this if statement, after self.items_in_cart. The . you are seeing is used to access the instance variable items_in_cart of self and is not meant to denote the end of the if statement.
Hey, when I try to load up this excersise, it says connected to CodeCademy but the run button is grey and the text area has those loading blocks still? Any idea why this is?