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 (2015) Logic in Python Fully Functional

functions.py

I can't get workspace to work. Even when I change the functions.py file to just print("hello world"), I go to call it in the workspace (yes I've exited the >>> and indented properly when I was trying what Ken did) it results in nothing. Am I missing something here?? super frustrating.

Steven Parker
Steven Parker
229,785 Points

To facilitate a complete analysis, make a snapshot of your workspace and post the link to it here. Also indicate what command you use to "call it in the workspace".

livia salgado
livia salgado
4,407 Points

i have the same problem, tried everithing i can think of

Steven Parker
Steven Parker
229,785 Points

livia salgado — start a fresh question and include a snapshot of your workspace.

4 Answers

Ryan Blackford
Ryan Blackford
577 Points

Figured out what the problem was. All I had to do was save the functions.py file.

Steven Parker
Steven Parker
229,785 Points

I wonder if everyone else was forgetting to do the same thing?

Ryan Blackford
Ryan Blackford
577 Points

It is very possible.

livia salgado
livia salgado
4,407 Points

yes!! that was it Thanks!

Jennifer Arty
Jennifer Arty
2,074 Points

Thank you! I was having the same issue as well