Languages/Python
[fstring] fstring으로 숫자 포맷팅하기
다음 독스를 요약했습니다. 정렬, 패딩 외에도 "변수=값", e 표현식, % 표현식, 진법 변환도 제공하더라구요! 유용한 변환이 많았습니다. 다 외우고 있을 필요는 없지만 이런것도 제공한다는걸 알고 있으면 필요할때 찾아서 쓸 수 있으니까 어떤걸 제공하는지 정도는 알아두면 좋은 것 같습니다ㅎㅎ 7. Input and Output There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. This chapter will discuss some of the possibilities. Fa... docs.python.o..