jackfrued / jackfrued/Python-100-Days

66讲的案例里visited_urls 这个变量有什么用呀,好像从始至终都是空集

Open
#625 0 comments 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

new_urls, visited_urls = deque(), set()
然后就没有出现过关于这个变量的语句了
是不是少了一个visited_urls.add()的环节?

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

Open the lesson 66 notebook and locate the example containing new_urls, visited_urls = deque(), set(). Trace whether visited_urls is used afterward, then verify whether the lesson needs a correction; done means the example’s variable usage is consistent with its intended behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
content, 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.