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 Python Basics Functions and Looping Raise an Exception

Zhang Dong Zhi
Zhang Dong Zhi
982 Points

i got stuck on this question.This question is about raise an exception

i dont know how to do this question about raising an exception.thank you very much if you help me to solve this problem

suggestinator.py
def suggest(product_idea):
    return product_idea + "inator"

1 Answer

Try putting a condition before the return statement that checks whether the product_idea's length is less than 3, and if it is, raise an exception of type ValueError