This website requires JavaScript.
Explore
Help
Register
Sign In
learning
/
Python-100-Days
mirror of
https://github.com/jackfrued/Python-100-Days.git
Watch
1
Star
0
Fork
You've already forked Python-100-Days
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
更新了部分资源和文档
Browse Source
...
This commit is contained in:
jackfrued
2023-02-06 00:40:49 +08:00
parent
280bad0bd7
commit
3e42ffafb6
815 changed files
with
236 additions
and
14 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
.gitignore
vendored
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/01.初识Python.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/02.语言元素.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/03.分支结构.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/04.循环结构.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/05.构造程序逻辑.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/06.函数和模块的使用.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/07.字符串和常用数据结构.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/08.面向对象编程基础.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/09.面向对象进阶.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/10.图形用户界面和游戏开发.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/11.文件和异常.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/12.字符串和正则表达式.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/13.进程和线程.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/14.网络编程入门和网络应用开发.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/15.图像和办公文档处理.md
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day01/flag.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day01/hello.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day01/peppa_pig.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/centigrade.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/circle.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/leap.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/operator.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/strings.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/variable1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/variable2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/variable3.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/variable4.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day02/variable5.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/conversion.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/grade.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/piecewise.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/rolldice.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/tax.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/triangle.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day03/verify.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for3.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for4.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for5.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/for6.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/while1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day04/while2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/chicken.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/craps.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/fibonacci.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/guess.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/lily.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/palindrome.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/perfect.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/prime.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day05/table.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function3.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function4.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function5.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day06/function6.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/avgscore.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/dict1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/dict2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/fibonacci.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/findmax.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/list1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/list2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/list3.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/lottery.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/marquee.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/scoretable.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/set1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/set2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/tic-tac-toe.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/tuple.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day07/yanghui.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/access.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/circle.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/clock.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/guess.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/hack.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/rect.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day08/student.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/association.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/car1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/car2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/clock.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/dependency.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/diamond.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/employee.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/multi.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/pet.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/rational.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/shape.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day09/triangle.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/ball.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/gui1.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/gui2.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/gui3.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/renju.py
Normal file → Executable file
Unescape
Escape
View File
0
Day01-15/code/Day10/snake.py
Normal file → Executable file
Unescape
Escape
View File
Some files were not shown because too many files have changed in this diff
Show More
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
learning/Python-100-Days
Title
Body
Create Issue