Commit Graph

13 Commits (81237921cf7b2884efb5cedfaad248e7184598e5)

Author SHA1 Message Date
TwoWater 2165e2d019 Merge branch 'master' of github.com:TwoWater/Python 2020-07-28 23:24:15 +08:00
两点水 2618ad5446
Merge pull request #38 from 0xfreeman/master
list关键字错误
2020-03-09 10:04:19 +08:00
TwoWater 595017b9d4 1、解决 Article/pythonBasis/python8/2.md 不能显示图片问题 2020-03-09 09:51:20 +08:00
IBen 8349428317
Update 3.md 2020-03-08 20:43:09 +08:00
IBen e35ed125a7
Update 1.md 2020-03-08 18:33:01 +08:00
LiuTingwei 3834ef4590 list关键字错误 2020-02-03 00:49:44 +08:00
Zeng-JianWen 13e6a8c9da
略加润色,“是或关系”=>"是或(OR)关系" 2019-11-26 15:07:17 +08:00
两点水 81aef4dbd3
Merge pull request #24 from wwivywwivy/wwivywwivy-patch-1
更新list.remove,更改5中竟然为既然
2019-10-26 13:51:16 +08:00
TwoWater 4e6621bac1 修改网友提出的错误,元组 `for x in (1, 2, 3): print x,` 改为 `for x in (1, 2, 3): print(x)` 2019-10-15 10:14:32 +08:00
TwoWater d7a75dac9e 所有基础文章修改完毕 2019-10-14 17:57:06 +08:00
TwoWater 95ad977818 重新修订 6 - 8 章节 2019-10-09 17:42:48 +08:00
wwivywwivy 7a2e614bff
更新list.remove,更改5中竟然为既然
更新list.remove,更改5中竟然为既然
2019-09-25 11:46:30 +08:00
TwoWater 3ef01bab4f 重新修改文章 0 - 5 章 2019-09-01 15:50:41 +08:00