摘要: 1、执行python脚本的两种方式 通过解释器或直接进入 2、简述位、字节的关系 一个字节等于8位 3、简述ascii、unicode、utf-8、gbk的关系 4、请写出“李杰”分别用utf-8和gbk编码所占的位数 6 4 5、python单行注释和多行注释分别用什么 # """ """ 6、声 阅读全文
posted @ 2019-04-24 17:54 whw1314 阅读(755) 评论(0) 推荐(0) 编辑
摘要: 题: """ 将文件对应的检索打印出来 test = input (">>>") for item in test : print (item) """ 答案: 1: test = input (">>>") # 假如输入的是qwe print (test) # test = qwe L = len 阅读全文
posted @ 2019-04-24 14:15 whw1314 阅读(154) 评论(0) 推荐(0) 编辑