msg = "hi#my#name#is#alon" msg = msg.split("#") print(msg) #output: ["hi", "my", "name", "is", "alon"]
確定! 回上一頁