fork download
  1. texto = 'e-mail@abc.com'
  2. texto = texto.replace('@', ' ')
  3. print(texto)
  4.  
  5. #https://pt.stackoverflow.com/q/446454/101
Success #stdin #stdout 0.02s 9120KB
stdin
Standard input is empty
stdout
e-mail abc.com