YAML. List and Comments

YAML. List and Comments

In the 3rd YAML parsing task, we’re going to look into lists.

(Remember that in this mission you must take into account the conditions of previous missions. It means that your solution should work with dictionaries from a previous mission and with lists from this one).

A simple example:

- write some
- "Alex Chii"
- 89
            
[
"write some", 
"Alex...
You should be an authorized user in order to see the full description and start solving this mission.
40