Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSkyler Slotten
2,925 Pointswhere is it
from game import Game
class GameScore(Game):
i't telling me i have a syntax error, where do i have a syntax error?
1 Answer
Kenneth Love
Treehouse Guest TeacherPut pass
or a comment right inside your class.
Josué Sotelo
538 PointsJosué Sotelo
538 PointsI think you should explain a bit more in the challenges descriptions, for example, I see no point in using pass without a reason. I love the videos, I just get a bit confused in challenges. :)
Kenneth Love
Treehouse Guest TeacherKenneth Love
Treehouse Guest TeacherJosue Sotelo it's true that I didn't talk about
pass
in the videos. Sorry about that. The code challenge does recommend usingpass
, though, to make an empty class. I'll add more info on that, though.