InternLM / InternLM/Tutorial

ch2_python_intro.md 中集合的定义有错

未关闭 适合新手
#1,278 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
2k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

这里t_set = (1, 3, 5 ),应该是{1, 3, 5}
如果定义一个列表,用set方法转成集合后,也确实是{xxx,xxx,xxx},而不是 ( )
![b66ee1191ee92bc78f363d9b68c1d9d](https://github.com/user-attachments/assets/b1bae472-95ff-4c17-a25a-d57f38428480)

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
documentation
Issue 类型
文档
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
描述清楚
新手友好度
65/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。