How to split an element in a list? - Python 3 · +9. list1 = ["A dog, a cat", "a mouse, a rabbit"] b=[] for i in list1: b+=i. · +8. I would prefer ...
確定! 回上一頁