Python 字符串 isprintable() 方法
定义和用法
如果所有字符都可打印,则isprintable()
方法返回 True,否则返回 False。
不可打印字符的示例可以是回车符和换行符。
语法
string.isprintable()
参数值
无参数。
如果所有字符都可打印,则isprintable()
方法返回 True,否则返回 False。
不可打印字符的示例可以是回车符和换行符。
string.isprintable()
无参数。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]