Python Notes (5) - Loops

2018-03-19  本文已影响13人  SilentSummer

Loops allow you to quickly iterate over information in Python. The note will cover two types of loop: 'while' and 'for'.

Python notes of open courses @Codecademy.

While Loops

For Loops

External Resources

上一篇 下一篇

猜你喜欢

热点阅读