알고리즘 문제는 파이썬으로 풀어도 되고 자바스크립트로 풀어도 가능.
파이썬이 길이가 좀 더 짧게 나옴.
아스키 코드
미국정보교환표준부호
Ascii table for IBM PC charset (CP437) - Ascii-Codes
Code page 437 (IBM PC) American Standard Code for Information Interchange (ASCII) is a widely used character encoding system introduced in 1963. The original character set, which is now referred as the standard character set was initially composed of 128 c
www.ascii-codes.com
파이썬에선 ord("a")등으로 숫자 출력.
chr(65)등은 문자열로 출력.
알고리즘 문제는 파이썬으로 풀어도 되고 자바스크립트로 풀어도 가능.
파이썬이 길이가 좀 더 짧게 나옴.
아스키 코드
미국정보교환표준부호
Ascii table for IBM PC charset (CP437) - Ascii-Codes
Code page 437 (IBM PC) American Standard Code for Information Interchange (ASCII) is a widely used character encoding system introduced in 1963. The original character set, which is now referred as the standard character set was initially composed of 128 c
www.ascii-codes.com
파이썬에선 ord("a")등으로 숫자 출력.
chr(65)등은 문자열로 출력.