Beware of Python dict.get(). If you think that value = my_dict.get('my_key', 'default_value') is equivalent to value = my_dict.get('my_key') ...
確定! 回上一頁