First install pyyaml using pip3. Then import yaml module and load the file into a dictionary called 'my_dict': import yaml with open( ...
確定! 回上一頁