Lets first create a dictionary in python: ... import itertools dict(itertools.islice(d.items(), n)). where n <= len(d). Example with 2
確定! 回上一頁