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 Functional Python Functional Rules First-Class Functions

did workspaces go down?

I know I have the right answer for this challenge but it won't load. is anyone else having this issue or just me?? if so how can i fix it?

functions.py
def apply(func, arg1, arg2):
    return func(arg1, arg2)

Is it possible workspace isn't working right now?

1 Answer

Cameron Childres
Cameron Childres
11,817 Points

Hey Christian,

I just tried your code in the challenge and it passed. Is the challenge telling you that the answer is incorrect or giving you a different kind of error?

First I'd try to click the "restart" button to give you a clean slate and resubmit, and if that fails then clear your browser cache/cookies and try again. Let me know how you go.

thanks but its okay apparently workspaces checker went down. but its working now.