摘要: 所花时间:3小时 代码量:100 搏客量:1 了解到的知识点: s = input().strip() if s[0] == 'R': amount = float(s[1:]) / 6 print(f'${amount:.2f}') else: amount = float(s[1:]) * 6 阅读全文
posted @ 2025-04-02 21:07 仙人兵马俑 阅读(256) 评论(0) 推荐(0)