python max 和min函数的高级用法,首先我们先看看正常max和min的普通使用方法:students={'zs':18,'ls':21,'wu':19}print(max(students.values()))#21 ...
確定! 回上一頁