码迷,mamicode.com
首页 > 编程语言 > 详细

python-一个小练习

时间:2018-06-27 17:34:32      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:小练习   def   not   replace   nbsp   []   class   seq   pre   

myseq = ‘‘‘[a:1,b:2,c:3]
[a:3,b:3,c:8]
[a:7,c:2:m:7,r:4]
[a:2,c:4:m:6,r:4]
[a:3,b:2,c:7,o:5]‘‘‘

def eve(i):
    evest=‘‘
    for x in [y for y in range(len(i)) if y % 2 == 0]:
            evest+=i[x]
    return evest
myseq=myseq.split(\n)
lt=[]
for i in myseq:
    lt.append(eve(i.replace([,‘‘).replace(],‘‘).replace(:,‘‘).replace(,,‘‘)))
l1,l2=[],[]
for i in range(len(lt)):
    if not lt[i] in l2:
        l2.append(lt[i])
        l1.append(myseq[i])
print(l1)

 

python-一个小练习

标签:小练习   def   not   replace   nbsp   []   class   seq   pre   

原文地址:https://www.cnblogs.com/52-qq/p/9234882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!