21-难度5 综合1
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(pow(2,3), round(7.5))) 小练习 运行下面代码后输出是什么? print(max(pow(2,3), rou
22-难度5 综合2
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(min(abs(-4), pow(3,2))) 小练习 运行下面代码后输出是什么? print(min(abs(-4), pow(3,2
23-难度5 综合3
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(pow(max(2,3), min(2,3))) 小练习 运行下面代码后输出是什么? print(pow(max(2,3), min(2
24-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(24, 25) - min(24, 25)) 小练习 运行下面代码后输出是什么? print(max(24, 25) - min
25-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(25, 26) - min(25, 26)) 小练习 运行下面代码后输出是什么? print(max(25, 26) - min
26-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(26, 27) - min(26, 27)) 小练习 运行下面代码后输出是什么? print(max(26, 27) - min
27-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(27, 28) - min(27, 28)) 小练习 运行下面代码后输出是什么? print(max(27, 28) - min
28-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(28, 29) - min(28, 29)) 小练习 运行下面代码后输出是什么? print(max(28, 29) - min
29-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(29, 30) - min(29, 30)) 小练习 运行下面代码后输出是什么? print(max(29, 30) - min
30-函数基础题
语法讲解 今天学: 数学函数 round / abs / pow / max / min print(max(30, 31) - min(30, 31)) 小练习 运行下面代码后输出是什么? print(max(30, 31) - min