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 trialAimane Chouhaibi
190 Pointsodd num
I'm trying this challenge but I keep getting a syntax error I'm trying to make out if a number is even or even \odd
value = "is_odd" :
is is_odd % 2 !=
1 Answer
Steven Parker
231,236 PointsThis workshop is for practicing concepts from other courses. If you haven't already taken a course that teaches creating functions in Python, you might put this workshop aside for now and take the other course first.
Otherwise, you can use the "get hints" button to see an example of function definition syntax. There are some required components that don't appear here, including the main keyword for defining a function.