data = ['人之初', '性本善', '性相近', '习相远', '苟不教', '性乃迁'] def generate_a_set(data): a_set = set() for i in data: a_set.add(i)
確定! 回上一頁