Bug in taking difference of two lists

后端 未结 0 1184
甜味超标
甜味超标 2020-11-29 00:55

Given the following code

list_a = [\'Zara\', \'Nike\', \'Addidas\', \'Uniqlo\']
list_b = [\'Nike\', \'Addidas\']
result = []
for brand in lis         


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