a = 9.5
print("{}".format(a))
이거 09.5 출력 되게 하는 format 함수 명령어 없음?
{:2d.1f} 이건 왜 안되는 거임
해당 댓글은 삭제되었습니다.
ㄳㄳ
https://ideone.com/lGNTXQ
왜 04 인지 알려주십쇼
전체 길이임https://docs.python.org/3/library/string.html#grammar-token-format-spec-width
진짜 ㄳ 많이 배워갑니다
해당 댓글은 삭제되었습니다.
ㄳㄳ
https://ideone.com/lGNTXQ
왜 04 인지 알려주십쇼
전체 길이임
https://docs.python.org/3/library/string.html#grammar-token-format-spec-width
진짜 ㄳ 많이 배워갑니다