Duplication behaviour from list1.extend(list2) in Python 3.8

后端 未结 0 1241
说谎
说谎 2020-12-12 22:15

This function in Python 3.8:

def foo(a, b):
    
    result = {\'key\': {}}
    
    tag_1 = ["TAG_1"]
    ta         


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