how do i reqtify my type error
Language: PYTHON
Attachments:
Answers
Answered by
1
Answer:
I think frequencies is a tuple. In tuple you cannot reassign value. If you want reassign values then use list instead.
change the frequencies into list by removing those rounded brackets and use square brackets.
Similar questions