Python String Basics

Source: Internet
Author: User

1.python string can be used "AAA", "AAA", "" "" AAA "three Ways to express

The escaped string in 2.python is "R", and C # is @ character-by-word

3. Use index to get a character for a string: such as String str= "abcd123456", use str[3] to get a character D

4. Using [Startindex:endindex] to intercept a string, such as: Str[2:3], the result is: C, note here: The truncated string includes the start character (c), excluding the end character (d).

You can also use the minus sign to start interception at the end of the string: such as Str[-2] (which can be intercepted in Oracle) with a final result of 5, and finally a intercept method of str[3:2:-1] with the result D

Python String Basics

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.