Skip to content
forked from pyweek/pyweek

用于提交 “Python每周挑战” 的答案

License

Notifications You must be signed in to change notification settings

waterdr0p/pyweek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python每周挑战

用于提交 “Python每周挑战” 的答案

按如下结构提交代码:

pyweek/
.
├── week_1          // 第 1 周的挑战题目
│   ├── answers     // 答案提交文件夹
│   │   ├── 0       // 以数字0为名字的文件夹中是该次挑战评选出来的“参考答案”
│   │   ├── lisi
│   │   └── zhangsan              // **答题者应该只提交此目录及其内容,命名以自己github用户名为准**
│   │       ├── answer.py         // 必须有的主要答案代码
│   │       ├── readme.md         // 对答案的解释之类的
│   │       └── customlib.py      // 自己定义的辅助类、函数之类的,不必是这个名字
│   └── question    // 该次挑战的问题, 虽然博客上也有问题,但为了方便收藏也把题目再复制过来
│       └── question.md
└── week_2          // 第 2 周的挑战题目

About

用于提交 “Python每周挑战” 的答案

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%