You can use STRING.replace(), just like this: my_string = my_string.replace('•', ''). this would replace the bullet point with nothing.
確定! 回上一頁