摘要: 点击查看代码 ```3.1 def calculate_earth_weight(current_weight): return current_weight + 0.5 def calculate_moon_weight(earth_weight): return earth_weight * 0 阅读全文
posted @ 2025-03-23 16:32 栞栞 阅读(15) 评论(0) 推荐(0)