- 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.
推薦閱讀
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- 垃圾回收的算法與實(shí)現(xiàn)
- AngularJS Web Application Development Blueprints
- Learning Bayesian Models with R
- Hands-On RESTful Web Services with Go
- Learning Apache Kafka(Second Edition)
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Mastering Xamarin.Forms(Second Edition)
- Procedural Content Generation for C++ Game Development
- Kivy Cookbook
- Emotional Intelligence for IT Professionals
- Java7程序設(shè)計(jì)入門經(jīng)典
- Python Deep Learning
- Clojure High Performance Programming(Second Edition)
- Qt 5.12實(shí)戰(zhàn)