You are on page 1of 6
0471212028 10:19 Python - Escape Characters 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools Python - Escape Characters [crv] Looe | Escape Character To insert characters that are illegal in a string, use an escape character. An escape character is a backslash \ followed by the character you want to insert. An example of an illegal character is a double quote inside a string that is surrounded by double quotes: Example You will get an error if you use double quotes inside a string that is surrounded by double quotes: txt = "We are the so-called "Vikings" from the north." To fix this problem, use the escape character Example The escape character allows you to use double quotes when you normally would not be allowed: hitpssmwwschools.comipythonipython_stings_escape.asp 6 0471212028 10:19 Python - Escape Characters 3 w Tutorialsy —Exercisesw Servicese§ QO Log in schools Escape Characters Other escape characters used in Python Code Result Try it \ Single Quote \ Backslash \n New Line \r Carriage Return \t Tab \b Backspace \f Form Feed \ooo Octal value \xhh Hex value ADVERTISEMENT hitpssmwwschools.comipythonipython_stings_escape.asp 26 0471212028 10:19 Python - Escape Characters Tutorialse Exercisesw — Servicese§ QO schools sQ JAVA PHP. W3Schools Spaces Build your own website or software Get Premium! COLOR PICKER hitpssmwwschools.comipythonipython_stings_escape.asp 36 0471212028 10:19 w schools Tutorialse Exercises ADVERTISEMENT SA SANTE, UN SOCLE POL w schools SPACES, Python - Escape Characters Sevicesy Q OO Log in JAVA PHP N3 ADVERTISEMENT UPGRADE NEWSLETTER hitpssmwwschools.comipythonipython_stings_escape.asp 46 0471212028 10:19 w i Tutorials + schools = SS JAVASCRIPT Top Tutorials HTML Tutorial 3S Tutorial JavaScript Tutorial How To Tutorial ‘SQL Tutorial Python Tutorial Wa.cSs Tutorial Bootstrap Tutorial PHP Tutorial Java Tutorial C++ Tutorial jQuery Tutorial Top References HTML Reference SS Reference JavaScript Reference SQL Reference Python Reference W3.CSS Reference Bootstrap Reference PHP Reference HTML Colors Java Reference ‘Angular Reference Query Reference Top Examples HTML Examples SS Examples JavaScript Examples How To Examples SQL Examples Python Examples W2.CSS Examples Bootstrap Examples PHP Examples Java Examples XML Examples JQuery Examples Exercises ¥ Pytnon - Escape Characters Sevicesy Q @O SignUp Login PYTHON JAVA PHP = HOWTO ~—W3.CSS Get Certified HTML Certificate css centficate JavaScript Certificate Front End Certificate SQL Certificate Python Certificate PHP Certificate Query Certificate Java Certificate c++ Certificate Ci Certificate XML Certificate G@ @& ® © Forum asour W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning Tutorials, references, and examples are constantly reviewed to avold errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 1999-2023 by Refsnes Data. All Rights Reserved. W3Schools is Powered by ntips:ifmaew.w3schoots.comipython/pytnon_strings_escape.asp c 0471212028 10:19 Pytion - Escape Characters 3 w Tutorials» —Exercisese Servicese§ QU O SignUp Login schools = CSS JAVASCR SQL PYTHON JAVA PHP = HOWTO. —-W3,CSS_—C htipsifwnww.w3schoots.comipythonipython_strings_escape.asp ae

You might also like