+ 15
What is the better way to remove symbols from a text in Python?
Remove special characters from a text except spaces
3 ответов
+ 10
Thanks Namit! I'm gonna check them out.
+ 3
The first method is considered better 🙂
But both methods work equally!
And sometimes, to reduce the execution time of the code, you generally have to prevent importing modules so in that case the second method becomes better 👍
https://code.sololearn.com/cu8Ciu2GUFA5/?ref=app
+ 2