How to modify values in a list of a list up to a certain index

后端 未结 0 819
悲&欢浪女
悲&欢浪女 2021-02-04 12:28

Python noob here. I have a list of lists that looks like this:

[[0, 25, 1.0],
 [25, 28, 1.0],
 [28, 93, 1.0],
 [93, 96, 0.0],
 [96, 118, 1.0],
 [118, 126, 0.0],
          


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