Python escape character and formatting string summary

Source: Internet
Author: User

Commonly used escape characters and meanings
Escape character Meaning
\ (at end of line) Line continuation character
\\ Backslash symbol
\‘ Single quotation marks
\" Double quotes
\a Bell (System issued)

\b

BACKSPACE (Backspace)
\e Escape
\000 Terminator, all characters after \000 are ignored
\ n Line break
\v Portrait tab
\ t Horizontal tab
\ r Carriage return character
\f Page break
\o Characters represented by octal numbers
\x The hexadecimal number represents the character

Alternate characters and meanings of formatted strings
Symbol Meaning description
%c Formatting characters and their ASCII code
%s formatting strings
%d formatting integers
%u Formatting an unsigned integer
%o Formatting an unsigned octal number
%x formatting unsigned hexadecimal numbers
%x Format unsigned hexadecimal number (uppercase)
%f Format floating-point numbers to specify post-decimal precision
%e Format floating-point numbers with scientific notation
%E With%e
%g Use%f or%e depending on the size of the value
%G With%g
%p Format the address of a variable with hexadecimal number

Python escape character and formatting string summary

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.