R3
Size: a a a
R3
SI
R3
R3
b
SI

R3
SI
Keys_Sort = sorted([*Data_Files], key=int)
Update_Dict = {str(dc):Data_Files[dc] for dc in Keys_Sort}
All_dict = Data_Files.items()
Update_Dict = {dc[0]:dc[1] for dc in sorted(All_dict)}
b
SI
b
Keys_Sort = sorted([*Data_Files], key=int)
Update_Dict = {str(dc):Data_Files[dc] for dc in Keys_Sort}
All_dict = Data_Files.items()
Update_Dict = {dc[0]:dc[1] for dc in sorted(All_dict)}
SI
R3
R3
b
БГ
R3
b
b
Keys_Sort = sorted([*Data_Files], key=int)
Update_Dict = {str(dc):Data_Files[dc] for dc in Keys_Sort}
All_dict = Data_Files.items()
Update_Dict = {dc[0]:dc[1] for dc in sorted(All_dict)}