Advertisement
SoUiLaHxXx_Dz

add list to another list

Nov 22nd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.66 KB | None | 0 0
  1. import os
  2.  
  3. def o0o00oo0() :
  4.  if os.name == 'nt':
  5.         os.system('cls')
  6.         os.system('color a')
  7.  else:
  8.         os.system('clear')
  9. o0o00oo0()
  10. print '''
  11. +------------------------------------+
  12. + By SoUiLaHxXx_Dz
  13. + HoMe : sec4Ever.Com & dz-rOOt.Com
  14. +------------------------------------+
  15. '''
  16. o0o000o0 = raw_input("RealList > ")
  17. oo0oo0 = raw_input("SecondList > ")
  18. o000o00o0 = open(o0o000o0, "a")
  19. oo0o00o0 = open(oo0oo0, "r")
  20. for o00o in oo0o00o0:
  21.   o00o = o00o.strip()
  22.   o000o00o0.write("\n")
  23.   o000o00o0.write(o00o)
  24. o000o00o0.close()
  25. oo0o00o0.close()
  26. print "\n".strip()
  27. print "Added..."
  28. print "\n".strip()
  29. raw_input("press any key To ExiT...")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement