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 Functions, Packing, and Unpacking Introduction to Functions Create and Call a Function

Rousitamu Aihetamu
seal-mask
.a{fill-rule:evenodd;}techdegree
Rousitamu Aihetamu
Data Analysis Techdegree Student 1,775 Points

why it's saying "Whoops - did you create a function called `print_topic` while I followed the instruction

why it's saying "Whoops - did you create a function called print_topic?" while my code is def my_first_funtion():

creating_functions.py
def my_first_funtion():
    pass

1 Answer

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hi Rousitamu Aihetamu 👋

Thanks for bringing this to our attention! I'll make sure to pass this on to change the error message on this challenge!

As for why your code is not passing you'll want to have a look at the name of your function as it seems to be missing the c in function. After fixing that typo your code should be passing as expected 🙂

Hope this helps, Happy coding! 🧑‍💻