写一段代码 作者:China-Hubei-Wuhan 日期:2025年2月20日 14:36 浏览:24 ```python def add(a, b): return a + b result = add(1, 2) print(result) ```
评论区: