String — Common String Operations — Python 3.10.5 Documentation
Có thể bạn quan tâm
String constants¶
The constants defined in this module are:
string.ascii_letters¶The concatenation of the ascii_lowercase and ascii_uppercase constants described below. This value is not locale-dependent.
string.ascii_lowercase¶The lowercase letters 'abcdefghijklmnopqrstuvwxyz'. This value is not locale-dependent and will not change.
string.ascii_uppercase¶The uppercase letters 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'. This value is not locale-dependent and will not change.
string.digits¶The string '0123456789'.
string.hexdigits¶The string '0123456789abcdefABCDEF'.
string.octdigits¶The string '01234567'.
string.punctuation¶String of ASCII characters which are considered punctuation characters in the C locale: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~.
string.printable¶String of ASCII characters which are considered printable. This is a combination of digits, ascii_letters, punctuation, and whitespace.
string.whitespace¶A string containing all ASCII characters that are considered whitespace. This includes the characters space, tab, linefeed, return, formfeed, and vertical tab.
Từ khóa » Chuỗi Fe
-
Hoàn Thành Chuỗi Phản ứng Sau Fe ----->FeCl2 - Thùy Trang - Hoc247
-
Chuỗi Phản ứng Hóa Học Của Sắt Hóa Lớp 9 Và 12 - Hóa Học 24H
-
Chuỗi Phản ứng Hóa Học Của Sắt (Fe) - Tự Học 365
-
Viết Phương Trình Hóa Học Theo Chuỗi Phản ứng
-
Hoàn Thành Chuỗi Phản ứng Hóa Học Sau: Fe → FeCl3 –→ Fe(OH)2
-
Chuỗi Phản ứng Liên Quan đến Sắt Fe. - Selfomy Hỏi Đáp
-
FeCl3 ------>Fe(OH)3 ------>Fe2O3 ---> Fe2(SO4)3 - Hoc24
-
Hoàn Thành Chuỗi Phản ứng Sau Fe-FeCl2-Fe(OH) 2-FeO-Fe(NO3) 3 ...
-
Python String Startswith() - Programiz
-
F-Strings In Python (3.6+) - Codingem
-
A Simple Guide To String Formatting In Python Using F-strings
-
Python String Interpolation - Programiz
-
2. Lexical Analysis — Python 3.10.5 Documentation