Python的字符编码和While循环和For循环

Python的字符编码包括:

1.GB2312编码

2.ASCII编码,这是0到255位的编码

While循环:

while count<3 :

      print()

For循环

for i in range(10):

     print()

posted on 2018-10-04 10:59  madoca  阅读(64)  评论(0)    收藏  举报