ch2_python_intro.md 中逻辑运算符示例有错
Aperta
- Lingua principale
- Python
- Stelle
- 2k
- Fork
- 1.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione

print("a and b =",a and b)
print("a or b =",a and b)
print("not b =",not a)
图上第二个和第三个都写错了,下面对应的结果也不对
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.