说明
1、用于判断字符串是否是有效的Python标识符,还可以用来判断变量名是否合法。
2、如果字符串是有效的Python标识符返回True,否则返回False。
实例
判断字符串是否为Python标识符或者变量名是否合法。
print('if'.isidentifier()) # True print('break'.isidentifier()) # True print('while'.isidentifier()) # True print('_b'.isidentifier()) # True print('重庆大学888m'.isidentifier()) # True print('886'.isidentifier()) # False print('8a'.isidentifier()) # False print(''.isidentifier()) # False
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试