一条挂掉的用例 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面这段程序(注意期望值写错了):def add(a, b): return a + b print("通过" if add(2, 3) == 6 else "失败")
全部评论