문자열에 ', " 넣는 방법

string1 = 'my name is "cuda"'
string2 = "hi 'hello'"
string3 = 'hi \'hello\''
string = "여기는 '한국' 저기는 \"일본\"이다."

 

+ Recent posts