2018年10月4日
摘要: Python的字符编码包括: 1.GB2312编码 2.ASCII编码,这是0到255位的编码 While循环: while count<3 : print() For循环 for i in range(10): print() 阅读全文
posted @ 2018-10-04 10:59 madoca 阅读(64) 评论(0) 推荐(0)