Why is my code erroring?


python 3 btw :slight_smile:

What is the type of the variable eggs?

Hint

When we use input to make a variable assignment, the value is always a string.
The error is telling you that the computer doesn’t know where to put commas in a string. It needs a numeric value.

2 Likes