- Hands-On Penetration Testing with Python
- Furqan Khan
- 109字
- 2021-07-02 14:13:54
Loops
Loops are utilities that every programming language has. With the help of loops, we execute tasks or statements that are repetitive in nature, which, without loops, would take up lots of lines of code. This, in a way, defeats the purpose of having a programming language in the first place. If you are familiar with Java, C, or C ++, you might have already come across while, for, and do...while loops. Python is pretty much the same, except that it doesn't support do...while loops. Thus, the loops that we are going to study in the following section in Python are the following:
- while loop
- for loop
推薦閱讀
- 解構產品經理:互聯網產品策劃入門寶典
- Mastering Adobe Captivate 2017(Fourth Edition)
- PaaS程序設計
- Mastering Ember.js
- Mastering Entity Framework
- Python Data Analysis(Second Edition)
- Python機器學習經典實例
- 程序設計基礎教程:C語言
- Learning Raspbian
- Android程序設計基礎
- Android系統原理及開發要點詳解
- 鴻蒙OS應用編程實戰
- Cocos2d-x Game Development Blueprints
- 移動增值應用開發技術導論
- 寫給大家看的Midjourney設計書