384
edits
Changes
→Second Milestone (due February 21)
duim.percent_to_graph(50, 10)
== Second Milestone (due February 21) ==
* <code>create_dir_dict</code> will take your list from <code>call_du_sub</code> and return a dictionary.
** Every item in your list should create a key in your dictionary.
** Your dictionary values should be a number of bytes. For example: <code>{'/usr/lib/local': 33400}</code> ** Again, test using your Python interpreteror the check script. To run the check script, enter the following: <code>python checkA1.py -f -v TestDirDict</code>
== Minimum Viable Product ==