파이썬 출력 형식
1. 정수 출력 - %d
print("%d" %t)
2. 중괄호{ }
print(f'#{t}', *result)
📜 작성한 게시글
[SWEA 코딩테스트 21425] 👉 https://dev-cloud.tistory.com/293
[SWEA 코딩테스트 1945] 👉 https://dev-cloud.tistory.com/294
[SWEA 코딩테스트 1284] 👉 https://dev-cloud.tistory.com/295
[SWEA 코딩테스트 1976] 👉 https://dev-cloud.tistory.com/297
'TIL' 카테고리의 다른 글
[TIL] 2024년 10월 19일 (4) | 2024.10.20 |
---|---|
[TIL] 2024년 10월 18일 (1) | 2024.10.18 |
[TIL] 2024년 10월 15일 (0) | 2024.10.15 |
[Git Bash Error] ! [rejected] master -> master (fetch first) git push 에러 (0) | 2024.03.19 |
[Git] 기존 원격 저장소를 삭제하고 다시 추가하고 싶을 때 (1) | 2023.10.29 |