-
-
0
-
10开个贴记录一下python学习和自己的毕设
-
6
-
5
-
2
-
6
-
0有没有大佬能辅导做毕设的,是关于Python开发软件的
-
4欢迎各路技术男前来拍砖,不管你是不是学习python来逛逛,了解下本吧希望你能学习到很多东西。
-
1myjob = "hacker" for c in myjob: print(c, end=' ') 这句是书上的啊,我用pycharm,提示说:end of satement expec
-
4http://docs.python.org 最全的man学习手册 https://groups.google.com/group/python-cn 华蟒用户组,CPyUG 邮件列表 http://www.itlong.com http://bb
-
0演示网址: http://52.193.105.230/ 管理员账号: 用户名:bruce_zhou@163.com 密码:bruce_zhou Github源码:https://github.com/z
-
1一、列表学习: L1=[] 一个空的列表 L2=[0,1,2,3] 四项:索引0到3 L3=['abc',['fuck','you']] 嵌套的子列表 L 索引 L[j] 索引的索引 L[i:j] 分片 len(