s = "abcdefgh"
target = "b"
replacement = "X"
s.replace(target, replacement)
line.split(" ")
Last active
December 24, 2015 18:59
-
-
Save vpayno/6847374 to your computer and use it in GitHub Desktop.
Python Cheat Sheet - Strings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment