实验参考代码
上一节
下一节
1、
import math
x=(pow(2,4)+7-3*4)/5
print(float(x))
y=((1+pow(3,2))*(16%7))/7
print(float(y))
2、


3、
4、

5、

6、


目录
1、
import math
x=(pow(2,4)+7-3*4)/5
print(float(x))
y=((1+pow(3,2))*(16%7))/7
print(float(y))
2、


3、
4、

5、

6、

