k = 'A.quantity.of,striped words'
non = ['.', ',']
for sym in non:
    k = k.replace(sym, " ")
print(k)