```python for temperature in [-271, -100, 0, 100, 1000]: f = (5/9) * temperature + 32 print(f"摄氏温度 {temperature} 对应的华氏温度为: {f}") ``` [2024-11-14 22:18:39 | AI写代码神器 | 68点数解答]