Let us start with creating a dictionary with one element or one key value pair. In [1]: dictVal = {'a':2}. We have created a dictionary named dictVal.
確定! 回上一頁