jackfrued / jackfrued/Python-100-Days

09.常用数据结构之列表 - 2

Open
#1,176 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.