预测带字符串参数的函数 👁️ 8 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。def greet(name): print("你好," + name) greet("小明")
全部评论