ch2_python_intro.md 中集合的定义有错

Open Beginner friendly
#1,278 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
65/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
documentation

Research direction

Open ch2_python_intro.md and locate the t_set example. Check the surrounding explanation of Python sets, then correct the example to use set syntax and ensure the text consistently describes the resulting value. Done means the example and explanation agree.

Written by the indexing model from the issue text.

Description

这里t_set = (1, 3, 5 ),应该是{1, 3, 5}
如果定义一个列表,用set方法转成集合后,也确实是{xxx,xxx,xxx},而不是 ( )
b66ee1191ee92bc78f363d9b68c1d9d

Dominant language
Python
Stars
2k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

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.

More from InternLM/Tutorial

All issues in InternLM/Tutorial

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.