关于
My github:https://github.com/JMcn
别逗我,IT狗也会咬人的!
友情链接
ssr亲友团:s.jmcn.cc
arr = [8, 5, 1, 0, 9, 7, 4]
index = [2, 1, 4, 2, 0, 0, 1, 6, 0, 3, 5]
tel = []
for i in index:
tel.append(str(arr[(i)]))
print ''.join(tel)
关注测试领域
My github:https://github.com/JMcn
别逗我,IT狗也会咬人的!
友情链接
ssr亲友团:s.jmcn.cc
arr = [8, 5, 1, 0, 9, 7, 4]
index = [2, 1, 4, 2, 0, 0, 1, 6, 0, 3, 5]
tel = []
for i in index:
tel.append(str(arr[(i)]))
print ''.join(tel)