hi everybody ,
    i have a file :
         file 1:
1
2
3
4
5
6

file2:
a
b
c
d
e
f
how do i make the two files into  list like this =
[1,a,2,b,3,c,4,d,5,e,6,f]

regards
shafreen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to