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

信息

难度
2
分类
(无)
标签
(无)
递交数
27
已通过
19
通过率
70%
上传者