Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 11:18
Show Gist options
  • Save ilyasozkurt/b68f8a93d6fc79ab3bc4e7ccce5559c6 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/b68f8a93d6fc79ab3bc4e7ccce5559c6 to your computer and use it in GitHub Desktop.
text = "apple banana cherry"
new_text = text.replace("a", "b").replace("e", "f")
print(new_text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment