1 条题解

  • 0
    @ 2020-06-08 11:28:56
    p=float(input())
    
    def test(price):
        tmp = int(price*0.9)
        return tmp
    
    print(test(p))
    
  • 1

信息

难度
4
分类
(无)
标签
(无)
递交数
17
已通过
15
通过率
88%
上传者