A2 = "Let\'s go!"
print (A2)


string = 'c:\\book'
print (string)


#жȫ\զ죿
string1 = r'c:\book\girl'  #ǷΪԭʼַβ\ֱʾַûнᱨ
print (string1)