Why am i getting this error when i am trying to insert a string into a list?

前端 未结 0 1968
梦如初夏
梦如初夏 2020-12-10 07:52

i am running the following code.

a = ["hello","bye","where","am","i"]
ls_capitalize = [x.capitalize() for x          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题