n = 45.0
print(format(n, '.2f'))
# 45.00
'Language > python' 카테고리의 다른 글
[python] set hashable (0) | 2023.06.23 |
---|---|
[python] dict.setdefault / collections.defaultdict (0) | 2023.04.27 |
n = 45.0
print(format(n, '.2f'))
# 45.00
[python] set hashable (0) | 2023.06.23 |
---|---|
[python] dict.setdefault / collections.defaultdict (0) | 2023.04.27 |