PythonExercise icon indicating copy to clipboard operation
PythonExercise copied to clipboard

Python 编程练习题 100 例(源码),实例在 Python 3.6 环境下测试通过。

Results 4 PythonExercise issues
Sort by recently updated
recently updated
newest added

当大于100万元时,计算的提成有问题,超过100万元部分未计算进去

循环计算大于100万时少计算大于部分

rst=[(f'{x}{y}{z}')for x in (1,2,3,4) for y in(1,2,3,4) for z in(1,2,3,4)]