def?toUppers(L):
???for?x?in?L:
???????if?isinstance(x,str):
???????????x.upper()
????return?L
print?toUppers(['Hello',?'world',?101])哪兒錯了啊
python小代碼問題
慕粉13405008739
2016-06-15 17:21:33