什么是高质量的音乐

index_a={0: 'h', 1: 't', 2: 't', 3: 'p', 4: ':', 5: '/', 6: '/', 7: 'm', 8: '.', 9: 'p', 10: 'i', 11: 'n', 12: 'g', 13: 'g', 14: 'u', 15: 'o', 16: 'd', 17: 'j', 18: '.', 19: 'c', 20: 'o', 21: 'm', 22: '/', 23: 'm', 24: 'u', 25: 's', 26: 'i', 27: 'c', 28: '.', 29: 'h', 30: 't', 31: 'm', 32: 'l', 33: '\n', 34: 'h', 35: 't', 36: 't', 37: 'p', 38: ':', 39: '/', 40: '/', 41: 'w', 42: 'w', 43: 'w', 44: '.', 45: '5', 46: '1', 47: 'a', 48: 'p', 49: 'e', 50: '.', 51: 'c', 52: 'o', 53: 'm', 54: '/', 55: 'w', 56: 'a', 57: 'v', 58: 'y', 59: 'i', 60: 'n', 61: 'y', 62: 'u', 63: 'e', 64: '/'}
index_b=["&"]*max(index_a)
index_b.append(0)

for ke in index_a:

    index_b[ke]=index_a[ke]
for one in index_b:
    if one=="&":
        print()
    else:
        print(one,end="")
发布了285 篇原创文章 · 获赞 89 · 访问量 248万+

猜你喜欢

转载自blog.csdn.net/weixin_32759777/article/details/105391839