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 trialLuz Maria Valencia Bocanegra
3,463 PointsYour first class question
No sure why I keep getting bummer
class Student:
name = maria
The challenge says:
Challenge Task 1 of 2
Alright, it's time create your first class all on your own! Make a new class named Student. Give it an attribute name and put your own name into the attribute.
4 Answers
Christian Mangeng
15,970 PointsHi,
your name should be a string, so don't forget to add the quotes
Luke Shephard Zikuyumo
1,655 Pointsclass Student: name ="luke"
Luz Maria Valencia Bocanegra
3,463 Pointswas a silly mistake, thanks for you help!!
Joseph Siaka
1,992 PointsClass Student: name_attribute = "joseph"
ALFRED SIBANDA
3,410 PointsALFRED SIBANDA
3,410 Pointsevrything is fine you just need to put maria in strings "maria".