Python99 P101: Find the last element of a list 求列表中最後一個元素

求列表中最後一個元素。用單元測試描述爲: from python99.lists.p101 import find_last_one, find_last_one_recursive def test_find_last_one():     input = [1,4,6,'s','no','X']     actual = find_last_one(input)     assert act
相關文章
相關標籤/搜索