1459: 【16】集合的初始化▃set
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:33
Solved:22
Description
① 创建一个空的集合s1并输出。
② 有一个列表 lst = ["study"],将这个列表转为集合s2并输出。
③ 创建一个s3的集合,添加一个集合元素"168"并输出。
Sample Input Copy
Sample Output Copy