What's with the copy and del ? just try to pop , and catch the IndexError : def pop_default(input_list, index, default_value): try: return ...
確定! 回上一頁