Each time through the loop, the variable i is used as an index into the list, printing the i-eth element. This pattern of computation is called a list traversal ...
確定! 回上一頁