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!
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 trial
Crispin Boden-Tebbutt
195 PointsConsole not running
For some reason when I type the command in the console - python notifcations.py it isn't returning anything. Any idea how to fix this?
2 Answers

KRIS NIKOLAISEN
54,939 PointsAs is you should receive an error message for the misspelled file name. Unless you spelled the file that way. For your code you would need something that outputs to the console. Can you show your code?

Bekzat Kalybayev
4,119 PointsProbably you need to fix this code: yell = ("You are doing great") to yell("You are doing great")