Open main menu

CDOT Wiki β

Changes

OPS435 Assignment 1 for Section C

16 bytes removed, 16:08, 1 February 2021
Second Milestone (due February 21)
== Second Milestone (due February 21) ==
For the second milestone you will have two one more functions function to complete.
* <code>create_dir_dict</code> will take your list from <code>call_du_sub</code> and return a dictionary.
* <code>get_total</code> will take two arguments: * Every item in your list from <code>call_du_sub</code> and the target directoryshould create a key in your dictionary. It will return an integer that is the size ** Your dictionary values should be a number of the target directorybytes. ** Again, test using your Python interpreter.
== Additional Features ==