Guest User

Untitled

a guest
Mar 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. texto = "azul rojo y verde"
  2. find = ["azul", "rojo", "verde"]
  3. replace = ["blue", "red", "green"]
  4. texto = texto.replace(find, replace)
  5. return text
Add Comment
Please, Sign In to add comment