怎么是按顺序除出来的结果,怎么把成绩加起来啊

来源:4-4 Python之for循环

有只小胖喵

2021-07-25 23:07

http://img4.mukewang.com/60fd7da40001908816840973.jpg求助求助求助

写回答 关注

3回答

  • weixin_慕盖茨3126952
    2021-09-17 20:51:32

    L = [75,92,59,68,99]

    he =0

    for ch in L:

        he=ch+he

        print(he)

    print(he/5)


  • weixin_慕仰0462865
    2021-08-04 16:51:32

    应该把最后的print(sum/5)顶格

  • maxchuan
    2021-07-25 23:49:45

    把sum = number+ s 改成 number = number + s

    DAYU_g... 回复weixin...

    你可以在 http://www.pythontutor.com/visualize.html#mode=edit 里面可视化运行一下能让你容理解些

    2021-08-20 18:01:34

    共 3 条回复 >

Python3 入门教程(新版)

python3入门教程,让你快速入门并能编写简单的Python程序

154170 学习 · 1075 问题

查看课程

相似问题