This commit is contained in:
3
common/util.py
Normal file
3
common/util.py
Normal file
@ -0,0 +1,3 @@
|
||||
def tr(s: str, character_to_remove: str):
|
||||
for c in list(character_to_remove):
|
||||
s = s.replace(c, "")
|
Reference in New Issue
Block a user