课程
/后端开发
/Python
/初识Python
?。??
2017-05-18
源自:初识Python 3-4
正在回答
ildell里无运行结果
d = 3
n = 100
x100 = x1+(n-1)*d
s = (x1+x100)*n/2
print s
哈哈 明白就好 继续加油!
知道自己错在哪里了,谢谢各位
x1 = 1 d = 3 n = 100 x100 = x1+(n-1)*d s =(n*(x1+x100))/2 print s
你看看吧,我也不知道你指的是什么样的错误
qq_长亭外古道边_1
慕设计0352378 回复 qq_长亭外古道边_1
x1 = 1
s =(x1+x100)*n/2
贴出你的代码!
看不到你的代码,试下我的
s =(x1+x100)*100/2
print(s)
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序