Load YAML data from the file with open('client.yaml') as fh: read_data = yaml.load(fh, Loader=yaml.FullLoader) # Print YAML data before sorting
確定! 回上一頁