Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 17, 2020 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e4831b6d2ff786f7dd8a66a4d3694134 to your computer and use it in GitHub Desktop.
Save parzibyte/e4831b6d2ff786f7dd8a66a4d3694134 to your computer and use it in GitHub Desktop.
# Si no especificamos count, reemplazará todas las ocurrencias
cadena_reemplazada = cadena_original.replace("JavaScript", "Python")
print(cadena_reemplazada)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment