Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # str_replace_all.py
- a = "It's P'y't'h'o'n !!!"
- a = a.replace("'",'')
- print a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement