Guest User

Untitled

a guest
Dec 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. string="Octopus"
  2. if "Octopus" in string:
  3. string.replace("Octopus","10")
  4. if "Oct" in string:
  5. string.replace("Oct","10")
Add Comment
Please, Sign In to add comment