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

Operand vs. Operator

At 2:57 Kenneth says that the '+' is the 'operand'. It is actually the 'operator' and 5 and 'a' are the operands. Python is complaining that this combination of operands (int, str) cannot be used with the '+' operator. Makes even more sense if you think of operators like functions and operands as arguments (e.g. operator_+(5,'a') ). Just sayin'...

Chris Freeman
Chris Freeman
Treehouse Moderator 68,423 Points

Hi Jeffery, which video are you referring to?

Tagging Kenneth Love for feedback

2 Answers

Python for Beginners >> Errors