https://wikidocs.net/32#map 정수형 자료형 int 문자열 만드는 법 "Hello World" 'Python is fun' """Life is too short, You need python""" '''Life is too short, You need python''' 문자열 안에 '나 "포함 "Python's favorite food is perl" '"Python is very easy." he says.' 'Python\'s favorite food is perl' "\"Python is very easy.\" he says." 여러 줄로 출력 multiline = "Life is too short\nYou need python" >>> multiline=""" ... Life ..