内置函数以及列表涉及的函数:
列表:
append:添加
len:数列表长度
max:列表中的最大值
min:列表中的最小值
sort:将列表进行排序
insert:在固定位置插入
————————————————————————————
内置:
print:打印
import:导入
random:随机数
for:循环
while:循环
import :插入
int:将字符串变成数字
str:改为整数
原文:https://www.cnblogs.com/Aaron-2008/p/14531354.html