How to convert a str to a single element list in python

前端 未结 5 554
无人共我
无人共我 2020-12-29 03:08

I have a str variable: var_1 = \"hello\" , and I want to convert it to a single element list, I try this:

>>>         


        
5条回答
提交回复
热议问题