标签:blog 字符串 nbsp print ret als tuple python 字符
1 #!/usr/bin/env python 2 def obj_len(arg) : 3 if isinstance(arg,str) or isinstance(arg,list) or isinstance(arg, tuple) : 4 if len(arg) >5 : 5 return True 6 else: 7 return False 8 return None 9 temp = "qwewegfgsd" 10 ret = obj_len(temp) 11 print(ret)
标签:blog 字符串 nbsp print ret als tuple python 字符
原文地址:http://www.cnblogs.com/shiluoliming/p/6217076.html