day-7 basic data types

! # / User / bin / the env / Python 
# - * - Coding: UTF-. 8 - * -
'' '
basic data types
1. Digital (int)
. In a Python3 the (int)
A1 = 123
A2 = 456
II. Python2 in the (long) long integer
2. string
S2 = the root
S1 = 'Alex'
3. list listing
...
4. tuple tuple
...
5. the dictionary dict
...
6. the BOOL Boolean
...
'' '

Guess you like

Origin www.cnblogs.com/pythonzhao/p/11701229.html