Untitled
unknown
python
a year ago
155 B
11
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
import yaml
def yaml_load(filename):
'''
use filename variable to open a file
load the contents into a variable with yaml and retrun it
'''