ch2_python_intro.md 中逻辑运算符示例有错
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 85/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- python
- Domain
- documentation
Research direction
Open ch2_python_intro.md and inspect the logical-operator example shown in the issue. Correct the second and third expressions and their displayed results according to Python's operator behavior, then review the rendered Markdown to confirm the example is consistent.
Written by the indexing model from the issue text.
Description
print("a and b =",a and b)
print("a or b =",a and b)
print("not b =",not a)
图上第二个和第三个都写错了,下面对应的结果也不对
- 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
- 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.
More from InternLM/Tutorial
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
-
使用100%A100运行报错 Open
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
test Open
Difficulty 5/5 Over a week Newbie friendliness 1/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
XTuner 微调报错 Open
Difficulty 4/5 3-5 days Newbie friendliness 20/100
All issues in InternLM/Tutorial
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100