Backslashes ( \ ) are used to escape characters in a Python string. For instance, to print a string with quotation marks, the given code snippet can be used ...
確定! 回上一頁