- 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.
推薦閱讀
- Mastering Objectoriented Python
- Oracle Database In-Memory(架構與實踐)
- 實戰Java程序設計
- Visual C++串口通信技術詳解(第2版)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- C程序設計案例教程
- 概率成形編碼調制技術理論及應用
- C語言程序設計上機指導與習題解答(第2版)
- Java程序設計入門
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Learning AWS
- Learning Ionic
- Java并發編程:核心方法與框架
- Instant Apache Camel Messaging System
- C#程序設計基礎入門教程