What happens if we run this code?
We get an error because tuples are immutable
The value
200
will be updated to
300
The value
"flour"
will be updated to
300
We get an error because tuples are immutable.