Create a Python dictionary dc = {'py': "PYTHON", 'cpp': "C++", 'mat': "MATLAB"} print(type(dc)) print(dc). Output: <class 'dict'> {'py': ...
確定! 回上一頁