Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. inp = raw_input("list of shells name > ")
  2. price = raw_input("price > ")
  3. with open(inp) as f:
  4. for line in f:
  5. line = line.replace('\n',"")
  6. f = open("jdod.txt","a")
  7. f.write('shell | usa | shell all works | '+line+' | no | no | '+price+'\n')
  8. f.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement