There was an error while loading. Please reload this page.
1 parent ae4bdc7 commit e0e18b2Copy full SHA for e0e18b2
.gitignore
@@ -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
@@ -1,2 +1,4 @@
# LearnPython
以撸代码的形式学习Python
+## python_base.py: 千行代码入门Python
0 commit comments