Change tuple inside a tuple

后端 未结 0 1388
慢半拍i
慢半拍i 2020-12-04 08:30

since tuples are immutable is there a way that given this list:

lista = [((0,0), False), ((1,0), False)]

I can replace the (1,0)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题