Let's say you have the odd numbers between 1 and 20 and you are storing them in the following ways: # Python list my_odd_nums = [1, 3, 5, 7, ...
確定! 回上一頁