working on a python project for a salesman

You wrote:

25 / sales = commission

But when assigning something to a variable, you need to put the variable at the start of the statement.

Try

commission = 25 / sales

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top