Looping over a nested List¶. Consider the following loop using our rhymes list. In [20]:. for element in rhymes: # do something with element print(element).
確定! 回上一頁