I don’t understand the iteration . how does the loop work here?

前端 未结 0 723
傲寒
傲寒 2020-12-24 10:59

I am confused with how does the loop work for this code ? I am learning python first time. can someone show me each loop iteration ?

a = 0 for i in range(5): a = a +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题