-
-
Save ilyasozkurt/b68f8a93d6fc79ab3bc4e7ccce5559c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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