python读取txt到数组中_python 读取TXT到数组 列表去重,不打乱原来的顺序

1.[代码][Python]代码

####################################################################

#qq:316118740

#BLOG:http://hi.baidu.com/alalmn

# python 读取TXT到数组 列表去重,不打乱原来的顺序

# 刚学写的不好请大家见谅

####################################################################

def open_txt(): #打开TXT文本写入数组

try:

infile = file('admin.txt', 'r')

xxx = file('admin.txt', 'r')

for xxx_line in xxx.readlines():

passlist.append(xxx_line)

xxx.close()

except:

return 0

def list_del(): #清空list列表

try:

i = 0 #得到list的第一个元素

while i < len(passlist):

del passlist[i]

del list_passwed[i]

except:

return 0

######################################

global passlist #声明全局变量

passlist = [] #用户名:anonymous 密码为空

www_cj(www) #域名拆解

open_txt() #TXT导入数组

#passlist = list(set(passlist)) #python 列表去重

global list_passwed #列表去重,不打乱原来的顺序

list_passwed=[]

for i in passlist:

if i not in list_passwed:

list_passwed.append(i)

###################################### 遍历数组组合出 密码

I1 = 0 #得到list的第一个元素

while I1 < len(list_passwed):

print "WWWWWWWWWWW",I1

if I1==len(list_passwed):

break #退出循环

I2 = 0 #得到list的第一个元素

while I2 < len(list_passwed):

print "1111:",list_passwed[I1],"2222:",list_passwed[I2]

I2 = I2 + 1 #二层

I1 = I1 + 1 #一层

######################################

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值