#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목'string'.max() 질문2019-04-10 01:01
작성자

step 10 List 

jupyter로 실습 하는데

course = [ "Python", "Javascript", "C++", "__reserved__" ] 

print(max(course))


이거의 output이

Python 이던데

ascii code 상으로는 _(under bar)가 95번, P(large p)가 80번인데 왜 'Python'이 max라고 출력되는건가요?

댓글