Is it possible to declare multiple list comprehensions in a single list comprehension

前端 未结 0 1899
暗喜
暗喜 2020-12-05 11:42

I am learning python for customizing an application which uses Ironpython 2.7.4. My inputs are as follows:

nids = [1,2,3,4,5,6]
enids = [1,2,2,8,3,4,5,5,6,7,7         


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