我想将以下列表作为字典
sample_list=['A', 'B', 'C', 'D']
预期的字典如下所示
out_dict = {'A':'B','C':'D'}
python dictionary list
dictionary ×1
list ×1
python ×1