Changes

Jump to: navigation, search

OPS435 Online Assignment 2

15 bytes added, 21:17, 19 July 2020
Suggested Process
<li> Compare your output with the output below.
<li> Write the `parse_for_daily()` function using the pseudocode given. This should be taking the list of lines from your file, and output a list of lists with start dates in DD/MM/YYYY format as well usage in seconds.
<li> <code> [['01/01/1980', '1200'], ['02/01/1980', '2400'], ['03/01/1980', '2200']]</code>
<li> Once your `parse_for_daily()` function works, call it with the argparse options, and display the contents.
<li> Write (or modify) a function to do the same for remote hosts.

Navigation menu