NameError in nested list comprehension with Python

前端 未结 0 1619
悲&欢浪女
悲&欢浪女 2021-01-18 11:12

The objective is to convert the following for loop into nested comprehension list.

txt=[\'-100:200\',\'-15:0\',\'0:15\',\'30:45\']


all_t=[]
for t in txt:
           


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