windows:
python 解释器
python 1.py
linux:
./1.py
8位一个字节
美国、 国际组织、 是uni的变种、中国
utf-8:6
gbk:4
a = ”李杰“
Python3:
len(a) # 2
for item in a:
print(item)
Python2:
len(a) #6
for item in a:
print(item)
原文:https://www.cnblogs.com/zjb0122/p/9074411.html