Created
June 30, 2011 12:46
-
-
Save acrymble/1056155 to your computer and use it in GitHub Desktop.
Python Replace
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
message8 = "HELLO WORLD" | |
message8a = message8.replace("L", "pizza") | |
print message8a | |
-> HEpizzapizzaO WORpizzaD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment