jackfrued / jackfrued/Python-100-Days
09.常用数据结构之列表 - 2
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
09.常用数据结构之列表 - 2
双色球随机选号程序 version: 1.2
red_balls = [i for i in range(1, 34)]
blue_balls = [i for i in range(1, 17)]
这两行是不是应该在循环里面?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the lesson 09 list example containing the red_balls and blue_balls assignments, then trace how the surrounding random-selection loop uses them. Confirm the intended placement and update the lesson so the code and explanation agree; done when the example runs correctly and clearly demonstrates the list usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100