s="""躲避审核的风险"""
s1=list(s)
index_a=dict()
j=-1
for i in s1:
j+=1
index_a[j]=i
print(index_a)