点击运行
my_set = set() my_list = ['fql', 'jiyik', 'com'] my_set.update(my_list) print(my_set)
运行结果 :
正在执行...