使用python创建动态变量名

createVar = locals()
for i in range(0,16):
    createVar['r' + str(i)] = i

你可能感兴趣的:(使用python创建动态变量名)