Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while True:
  2. sentence = input("Enter you'r value: ")
  3. if value == "done":
  4. break
  5. edited = sentence.replace("israel", "palestine")
  6.  
  7. print(edited)
  8.  
  9. # Made with ♥ by Ahmad Herzallah. (brother of bashar :P)
  10. # @codewithahmad
  11. # Bashar don't try to remove the copyrights :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement