def toUppers(L):
return [x.upper() for x in L if isinstance(x,str)=True]
print toUppers(['Hello', 'world', 101])
习惯受伤
慕斯6373962
慕函数3542584
相关分类