I have an array with 20 values, but value 16 is incorrent and must be replaced with the correct value. How can I do that?
texture[16] = 'sky13.jpg'
That code does not work for some reason. The error is "'tuple' object does not support item assignment"