列表解析操作[]里使用range吗?
# my_list = '0 1 2 3 4 5 6 7 8 9'.split()
print([i for i in range(10)])