Realistically if you are replacing values you should not be using a tuple. Tuples in Python are immutable, meaning they are not supposed to be changed.
確定! 回上一頁