1
2
3
4
|
n=int(input())
for i in range(n):
price=float (input())
print("$%.2f"%round(price*0.8,2))
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 11943 (0) | 2020.12.16 |
---|---|
[백준] 10768 (0) | 2020.12.16 |
[백준] 10162 (0) | 2020.12.16 |
[백준] 10156 (0) | 2020.12.16 |
[백준] 10101 (0) | 2020.12.16 |
댓글