Blogger Information
Blog 34
fans 1
comment 0
visits 57168
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
python数据类型,标识符,变量及常量以及Number数据类型
Y的博客
Original
1038 people have browsed it
1.Number(数字)
    整数,浮点,复数
2.String(字符串)
    'yuchi is a good man'
    'yuchi is a nice man'
3.Boolean(布尔型)
    True, False
4.None(空)
    None空值
5.list(列表)
    ['Python','Java', 'C', 'C++', 'PHP', 'javascript']
6.tuple(元组)
    ('Python','Java', 'C', 'C++', 'PHP', 'javascript')


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post