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