- 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
推薦閱讀
- Flask Blueprints
- 自己動手寫搜索引擎
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計(jì)
- 前端架構(gòu):從入門到微前端
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- Mastering KnockoutJS
- FLL+WRO樂高機(jī)器人競賽教程:機(jī)械、巡線與PID
- Mastering ServiceNow(Second Edition)
- Access 2010中文版項(xiàng)目教程
- 輕松上手2D游戲開發(fā):Unity入門
- Data Manipulation with R(Second Edition)
- ASP.NET本質(zhì)論
- Analytics for the Internet of Things(IoT)
- JSP大學(xué)實(shí)用教程
- OpenStack Sahara Essentials