728x90
print(format(1234, ",")) # 3자리마다 , 추가
print(format(1234, "E")) # 지수로 표현
print(format(1234, "X")) # 16진수로 표현
print(format(1234, "_>-012,.2f"))
728x90
'Python' 카테고리의 다른 글
python dictionary 복사 assignment (0) | 2021.05.09 |
---|---|
slack 파이썬 메시지 처리 (0) | 2021.04.30 |
python plt plot 크기 (0) | 2021.01.30 |
unsupported operand type(s) for -: 'float' and 'decimal.Decimal' (1) | 2021.01.30 |
nan can not be used with MySQL (0) | 2021.01.27 |