I have a python set set([1, 2, 3]) and always want to replace the third element of the set with another value. It can be done like below: def ...
確定! 回上一頁