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 (2015) Logic in Python Product

I need you to write a function named product. It should take two arguments, you can call them whatever you want, and the

product

product.py
def product(salt):
    if salt.is() == 'sour':
        print("salt is", "sour")
        print("salt is", "taste")
        print("salt is", "good")

1 Answer

Hey stewart, it dosent seem you have attempted to do what the challenge is asking you. Also when asking a forum question, please make sure to ask an actual question. If you need help, the challenge is asking you to create a function named product that takes two arguments (You have only made it take 1, ie. "salt"). Then return the result that you get from multiplying those two numbers (You dont return anything). If you need more help please write back.