To escape single quote character, use a preceding backslash for the single quote in the string. Python Program x = 'hello\'world' print(x). Output hello'world.
確定! 回上一頁