728x90
반응형

단순 출력 문제이다.

for _ in range(int(input())):
    p = float(input())
    print("$%.2f" % round(p*0.8, 2))
728x90
반응형

+ Recent posts