Computer Science, asked by nima739, 1 month ago

how do i reqtify my type error
Language: PYTHON​

Attachments:

Answers

Answered by simonsaikia9
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