InternLM / InternLM/Tutorial

ch2_python_intro.md 中逻辑运算符示例有错

Open
#1,463 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

![PixPin_2024-08-03_10-25-06](https://github.com/user-attachments/assets/2741a56f-5604-41d9-a17a-c156d4eca4dc)

print("a and b =",a and b)
print("a or b =",a and b)
print("not b =",not a)
图上第二个和第三个都写错了,下面对应的结果也不对

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.