Python Learning-Output a string with special characters

Source: Internet
Author: User

If there are special characters in a string, such as "\ n", we have two ways to automate the output of such a string.

1. Add the transfer character before these special characters \, which is used by most programming languages.

2. Add r before this string, for example: str = "Let's Go", the string with a ', to output, you can change this string to str = r "Lets ' Go". This allows you to output the original string without a transfer character. But one thing to note is that in this way, the end of the string cannot be added \, and if it is str = r "Let's Go\", it will report a syntax error.

Python Learning-Output a string with special characters

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.