源码地址

1.题目:Python 平方根

python做题库程序 python题库刷题训练源码_python做题库程序


2.Python 随机数生成

python做题库程序 python题库刷题训练源码_Python_02


3.Python 交换变量

python做题库程序 python题库刷题训练源码_python_03


4.Python if 语句

python做题库程序 python题库刷题训练源码_Python_04


5.Python 判断字符串是否为数字

python做题库程序 python题库刷题训练源码_字符串_05


6.Python 判断闰年

python做题库程序 python题库刷题训练源码_python_06


7.Python 获取最大值函数

python做题库程序 python题库刷题训练源码_python_07


8.Python 质数判断

python做题库程序 python题库刷题训练源码_Python_08


9.Python 输出指定范围内的素数

python做题库程序 python题库刷题训练源码_指定位置_09


10.Python 阶乘实例

python做题库程序 python题库刷题训练源码_指定位置_10


11.Python 九九乘法表

python做题库程序 python题库刷题训练源码_Python_11


12.Python 斐波那契数列

python做题库程序 python题库刷题训练源码_指定位置_12


13.Python 阿姆斯特朗数

python做题库程序 python题库刷题训练源码_Python_13


14.Python 最大公约数算法

python做题库程序 python题库刷题训练源码_字符串_14


15.Python 最小公倍数算法

python做题库程序 python题库刷题训练源码_Python_15


16.Python 生成日历

python做题库程序 python题库刷题训练源码_Python_16


17.Python 文件 IO

python做题库程序 python题库刷题训练源码_python做题库程序_17


18.Python list 常用操作

python做题库程序 python题库刷题训练源码_指定位置_18


python做题库程序 python题库刷题训练源码_字符串_19


19.Python 约瑟夫生者死者小游戏:30 个人在一条船上,超载,需要 15 人下船。于是人们排成一队,排队的位置即为他们的编号。报数,从 1 开始,数到 9 的人下船。如此循环,直到船上仅剩 15 人为止,问都有哪些编号的人下船了呢?

python做题库程序 python题库刷题训练源码_Python_20


20.Python 五人分鱼:A、B、C、D、E 五人在某天夜里合伙去捕鱼,到第二天凌晨时都疲惫不堪,于是各自找地方睡觉。日上三杆,A 第一个醒来,他将鱼分为五份,把多余的一条鱼扔掉,拿走自己的一份。B 第二个醒来,也将鱼分为五份,把多余的一条鱼扔掉拿走自己的一份。 C、D、E依次醒来,也按同样的方法拿鱼。问他们台伙至少捕了多少条鱼?

python做题库程序 python题库刷题训练源码_python_21


21.Python 计算数组元素之和,计算列表元素之积

python做题库程序 python题库刷题训练源码_字符串_22


python做题库程序 python题库刷题训练源码_Python_23


22.Python 数组翻转指定个数的元素

python做题库程序 python题库刷题训练源码_python做题库程序_24


23.Python 翻转列表

python做题库程序 python题库刷题训练源码_指定位置_25


24.Python 将列表中的头尾两个元素对调

python做题库程序 python题库刷题训练源码_指定位置_26


25.Python 将列表中的指定位置的两个元素对调

python做题库程序 python题库刷题训练源码_字符串_27


26.Python 判断元素是否在列表中存在

python做题库程序 python题库刷题训练源码_python做题库程序_28


27.Python 计算元素在列表中出现的次数

python做题库程序 python题库刷题训练源码_Python_29


28.Python 查找列表中最小和最大元素

python做题库程序 python题库刷题训练源码_字符串_30


29.Python 移除字符串中的指定位置字符

python做题库程序 python题库刷题训练源码_指定位置_31


30.Python 判断字符串是否存在子字符串

python做题库程序 python题库刷题训练源码_python_32


31.Python 字符串翻转

python做题库程序 python题库刷题训练源码_Python_33


32.Python 对字符串切片及翻转

python做题库程序 python题库刷题训练源码_python做题库程序_34


33.Python 按键(key)或值(value)对字典进行排序

python做题库程序 python题库刷题训练源码_python做题库程序_35


python做题库程序 python题库刷题训练源码_python做题库程序_36


34.Python 计算字典值之和

python做题库程序 python题库刷题训练源码_Python_37


35.Python 移除字典点键值(key/value)对

python做题库程序 python题库刷题训练源码_python做题库程序_38


36.Python 合并字典

python做题库程序 python题库刷题训练源码_python做题库程序_39


37.Python 将字符串的时间转换为时间戳

python做题库程序 python题库刷题训练源码_字符串_40


38.Python 二分查找

python做题库程序 python题库刷题训练源码_python_41


39.Python 线性查找

python做题库程序 python题库刷题训练源码_python_42


40.Python 插入排序

python做题库程序 python题库刷题训练源码_Python_43


41.Python 快速排序

python做题库程序 python题库刷题训练源码_字符串_44


42.Python 选择排序

python做题库程序 python题库刷题训练源码_指定位置_45


43.Python 冒泡排序

python做题库程序 python题库刷题训练源码_指定位置_46