1-python syntax-Data type-operator-comment

Source: Internet
Author: User

Syntax Requirements:  Indentation Unification    constant: Constant quantity, usually denoted by the name of all uppercase    variables:        The first character must be a letter or an underscore, case-sensitiveother parts can consist of letters, underscores, or numbers         
type (x) data type (by feature)Number Type Shaping: Boolean (True, False) Long Shapingstandard Shaping (int)            Non-Plastic Surgery            Sequence typestring (str)Ganso (tuple)listing (list)    Image TypeDictionary (dict) data type (common) single value
number : integer, Long integer, float, plural boolean
string Collection
lists (list) , ganso (tuple) , Dictionary (dict), hash table
        operator = = equals! = is not equal to <> not equal to = assignment + = addition assignment operator c+=a equivalent to C=c+a **=    Power assignment operator        c**a equivalent to C=c**a&    Bitwise Operators
|        by the operator in

10&15Binary conversions - - + -8421
0    0    001010= Ten
0    0    0     01111 =0    0    00    1010    10&15=10

Notes #单行注释 ' multi-line comment '

python execution Process load memory, this method analysis, parsing, compiling-byte code


From for notes (Wiz)

1-python syntax-Data type-operator-comment

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.