Untitled

Anonymous
python
09/26/2024 5:54 PM
208 B
16
Indexable
import yaml
def yaml_load(filename):
    '''
    use filename variable to open a file
    load the contents into a variable with yaml and retrun it
    '''
Editor is loading...
Leave a Comment