Skip to content

Commit e0e18b2

Browse files
committed
update code in python_base, add .gitignore
1 parent ae4bdc7 commit e0e18b2

File tree

3 files changed

+1241
-1222
lines changed

3 files changed

+1241
-1222
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
*.[oa]
3+
*.py[co]
4+
*.exe
5+
*.log
6+
*.out
7+
*.dat
8+
*.txt
9+
*.temp
10+
*.png
11+
.*
12+
13+
test/
14+
data/
15+
build/
16+
captcha.jpeg

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# LearnPython
22
以撸代码的形式学习Python
3+
4+
## python_base.py: 千行代码入门Python

0 commit comments

Comments
 (0)