E
text = "greetings, friends"
text = "".join(map(lambda x: " " if x == "," or x == "." else x,text))
Size: a a a
E
text = "greetings, friends"
text = "".join(map(lambda x: " " if x == "," or x == "." else x,text))
БГ
RS
RS
E
RS
E
E
RS
E
if x in [",","."]Лучше вот заменить
RS
RS
E
RS

E
RS
RS
А

ᅠ
RS