We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print('%02d' %(3)) # 03 print('{:02d}'.format(3)) # 03
코딩테스트 문제 풀이 기록 레포지토리입니다.
There was an error while loading. Please reload this page.