Python Learning Path (i)

Source: Internet
Author: User
Basic Python Learning 1
(1) Variables
The memory address pointed to in Python for storing data is called a variable

(2) Naming of variables
The name of the variable is composed of numbers, letters, underscores, numbers cannot begin; Do not use keywords and function names in python to name variables; names are concise and descriptive; variable names are case-sensitive.
Naming method follows hump naming and underline naming
Small hump nomenclature: first letter lowercase other words initial capital FirstName
Big Hump naming method: All words capitalized FirstName
Underline nomenclature: Lowercase words, using underscores to differentiate first_name

(3) Use of variable names
In Python, variable names are consistent before and after, and do not have a spelling check:
!

Python Learning Path (i)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.