string.ascii_letters,字母字符串常量

string.ascii_letters简介

string.ascii_letters是Python标准库string中的一个常量,通过名称便可知道这是ascii编码的字母序列。该字符串序列包含了大写字母和小写字母,即ascii_lowercase 和 ascii_uppercase 常量的拼连。

string.ascii_letters返回值

Python字符串,常量,大小字母序列!

string.ascii_letters实例代码

>>> import string
>>> string.ascii_letters
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

全栈后端 / Python库 :









Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.