Python的字符编码和While循环和For循环
Python的字符编码包括:
1.GB2312编码
2.ASCII编码,这是0到255位的编码
While循环:
while count<3 :
print()
For循环
for i in range(10):
print()
Python的字符编码包括:
1.GB2312编码
2.ASCII编码,这是0到255位的编码
While循环:
while count<3 :
print()
For循环
for i in range(10):
print()