Ruby's loops are similar in semantics, if not syntax. To loop over an array of colors (and indices), it looks something like ```ruby colors = [" ...
確定! 回上一頁