Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hoder-zyf opened this issue Aug 3, 2024 · 0 comments
Open

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

Hoder-zyf opened this issue Aug 3, 2024 · 0 comments

Comments

@Hoder-zyf
Copy link

Hoder-zyf commented Aug 3, 2024

PixPin_2024-08-03_10-25-06

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant