Now let's change the pressure and temperature and sweep through a whole range of pressures and temperatures and measure the volume in every one of them.
然后改变气压和温度,并且让气压和温度,取便所有可能的数值,测量相应的体积。
Let's ask, what's the range? Range is that distance.
那么射程是多少,射程就是这个距离
is run a FOR loop here. I'm going to let the number of chickens be in this range.
我知道怎么做对吧?写一个小循环,我所需要做的就是运行一个for循环。
It's going to let j run over the length of the list all right, so it's going to start at some point to move down, and then it's going to let i run over range, that's just one smaller, and what's it doing there?
就在这里,会做什么呢?,我们让j遍历这个列表,好的,它要从某一定开始移动,然后让i也跑遍整个范围,就是比之要小一,会发生什么?
应用推荐