I asume you are using python 3.x (because of the print() function you use). The dict.items() method returns a view, not a list directly in ...
確定! 回上一頁