- Hands-On Penetration Testing with Python
- Furqan Khan
- 87字
- 2021-07-02 14:13:47
Variable naming conventions
Having understood the basics of how variables can be declared and used, let's try to understand the naming conventions they follow. A variable, also known as an identifier, can be named by anything that starts with any letter between A-Z, a-z, or an underscore. This can then be followed by any number of digits or alphanumeric characters.
It must be noted that certain special characters, such as %, @, #, -, and !, are reserved in Python and can't be used with variables.
推薦閱讀
- JBoss Weld CDI for Java Platform
- C語言程序設計案例教程
- 基于粒計算模型的圖像處理
- 微服務與事件驅動架構
- PostgreSQL Cookbook
- 秒懂設計模式
- Spring Boot企業級項目開發實戰
- Learning FuelPHP for Effective PHP Development
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Citrix XenServer企業運維實戰
- Python大學實用教程
- Everyday Data Structures
- Mastering XenApp?
- SQL Server 2014數據庫設計與開發教程(微課版)
- Internet of Things with Arduino Cookbook