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 trialDavid Ajuebor
212 PointsHow to create a class
Create class in Python, I keep getting Bummer
2 Answers
__ROLLER__ Angel
25,606 PointsCheck out the teacher's notes on the intro video to this course There you will find the instructions for creating a class.
Youssef Moustahib
7,779 Pointsclass YourClassName:
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsChris Howell
Python Web Development Techdegree Graduate 49,702 PointsIt would be difficult to help you figure out why if you dont post the code you attempted the challenge with.
Use the Markdown Cheatsheet reference it will show you an example of how to post code snippets.