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 trial

Python Python Basics Functions and Looping Functions

Crispin Boden-Tebbutt
Crispin Boden-Tebbutt
195 Points

Console 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

As 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
Bekzat Kalybayev
4,119 Points

Probably you need to fix this code: yell = ("You are doing great") to yell("You are doing great")