def toUppers(L): for x in L: if isinstance(x,str)==True: return x.upper() print toUppers(['Hello', 'world', 101])
hldh214
傲娇的露易丝
相关分类