摘要: """学习字典操作实例,手动输入多层字典操作(包括增加,进行下层,返回上层,删除子节点)"""DIC = {}TEMP = DICGO = TrueLEV = []while GO: print("节点:", list(TEMP.keys())) choce = input("q退出,b返回上层,i 阅读全文
posted @ 2020-08-01 21:27 超级蜗牛 阅读(171) 评论(0) 推荐(0)
摘要: linux 与 windows 所用编码格式不过所出现的错误,原因及解决方法 阅读全文
posted @ 2020-07-24 09:33 超级蜗牛 阅读(1463) 评论(0) 推荐(0)