Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 222 Bytes

Baekjoon-explanation

aList = [chr(i) for i in range(ord('a'),ord('z')+1)]

영어 abcd 리스트 생성코드