Back to Browse

python基础 6 for循环 (教学教程tutorial)

62.0K views
May 24, 2016
10:48

详细文字教程: https://morvanzhou.github.io/tutorials/ python 当中有两个最基础的循环语句, while 和 for. while 通常被用在无限循环当中, 当条件满足时,执行命令, 条件不满足时结束执行. for 通常被用在迭代当中.它会按顺序一个一个迭代list 或者 range 里面的值,当迭代完了以后结束 for 循环. 播放列表: https://www.youtube.com/playlist?list=PLXO45tsB95cIRP5gCi8AlYwQ1uFO2aQBw

Download

1 formats

Video Formats

360pmp413.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

python基础 6 for循环 (教学教程tutorial) | NatokHD