python 파이썬 기초 정리 요약중
'''#This comment is just my note.#Source: osam.oss.kr(Python)#Do not trust blindly#character data type = 'a', 'b', 'c'#string data type = 'nope, i am not' or "wow, fantastic"#Indexing : [k]type location k // k[i]#Slicing : [s:t:p] &n..