1、对向量进行排序 x.sort 默认从小到大 再使用 x.reverse 可实现从大到小排序 2、输入函数 x=input(' ') 3、添加元素 x.append() 4、与非门 且 and 或 or