Program to Find Even Numbers From a List. list2 = [2, 3, 7, 5, 10, 17, 12, 4, 1, 13] for i in list2: ...
確定! 回上一頁