import pyyaml module import yaml from yaml.loader import SafeLoader # Open the file and load the file with open('Userdetails.yaml') as f: ...
確定! 回上一頁