코딩테스트 문제 풀이 기록 레포지토리입니다.
Primary LanguagePython
print('%02d' %(3)) # 03 print('{:02d}'.format(3)) # 03