문자열에 대해 format() 함수를 사용하여 다양한 변형을 적용해줄 수 있다. '{ }'.format( )에서 {}에 들어갈 수 있는 다양한 옵션들과 문법은 아래의 링크에서 확인할 수 있다. https://docs.python.org/ko/3/library/string.html#format-string-syntax string — Common string operations Source code: Lib/string.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable sub..