摘要: python常见的数据库有: IPython(提示信息) nose.Python的测试框架(测试导向) Pygame(开发2D游戏库) wxPython.Python(图形用户界面) Requests.Kenneth Reitz(http库) python常见的数据类型有: int(整行)1 flo 阅读全文
posted @ 2020-12-15 19:13 ☀鹏 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1. ''' li = [11,22,33,44,55,66,77,88,99,90] dic = a = [] b = [] for i in li: if i >= 66: a.append(i) if i < 66: b.append(i) dic.update(a1=a,b1=b) prin 阅读全文
posted @ 2020-12-15 18:54 ☀鹏 阅读(69) 评论(0) 推荐(0) 编辑