728x90
1. % 포매팅

2. str.format()
- 파이썬 3 이후 str.fomat()을 사용가능

3. f - string
- 파이썬 3.6 이후 str.fomat()을 사용가능

728x90
'파이썬\python' 카테고리의 다른 글
| <Python> None (null)값 확인 (0) | 2021.07.22 |
|---|---|
| <Python> 예외처리 에러목록 ErrorList (0) | 2021.05.10 |
| <파이썬 에러> TypeError: cannot perform reduce with flexible type (0) | 2021.03.25 |
| txt파일 내 dict형태를 json 형식으로 바꾸기 (0) | 2021.03.04 |
| <Python> 내장함수 map() (0) | 2020.06.13 |