import string characters = string.printable # printable 是用作字符串常量的预初始化字符串。里面包含所有的标点符号,数字 print(characters)
截图