My question is the following, in this code snippet I'm removing a character that I specify with replace() :
lista = [["de carlos,"],["des.dd carlossd,"],["Peixe, texto!"]]
lista_separados = ['.',',',':','"','?','!',';']
for i, j in en...
asked by
07.10.2017 / 05:20