我如何在Python代码中定义整数数组
说这个代码是否正常.或没有
pos = [int] len = 99 for i in range (0,99): pos[i]=7
python
python ×1