Guest User

Untitled

a guest
Sep 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. input1 = raw_input("Old :")
  2. while input1 != "":
  3. input2 = input1.replace("Nook","Kindle")
  4. input3 = input2.replace("nook","kindle")
  5. print input3
  6. input1 = raw_input("Old: ")
Add Comment
Please, Sign In to add comment