- Hands-On Penetration Testing with Python
- Furqan Khan
- 46字
- 2021-07-02 14:13:52
Conditional statements
Just like all other languages, to carry out the conditional operations, Python makes use of conditional statements. The conditional statements supported by Python are as follows:
- if condition
- if...else condition
- else...if conditional ladder, known as elif in Python
Python doesn't support the switch statement.
推薦閱讀
- Oracle Exadata性能優(yōu)化
- Learning Real-time Processing with Spark Streaming
- FreeSWITCH 1.6 Cookbook
- JavaScript前端開(kāi)發(fā)與實(shí)例教程(微課視頻版)
- Gradle for Android
- C和C++游戲趣味編程
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Python從入門到精通
- Distributed Computing in Java 9
- Hands-On Robotics Programming with C++
- PhoneGap 4 Mobile Application Development Cookbook
- Kotlin進(jìn)階實(shí)戰(zhàn)
- Less Web Development Cookbook
- JBoss AS 7 Development
- Learn Linux Quickly