Open main menu

CDOT Wiki β

Changes

OPS435 Assignment 2 for Section C

35 bytes added, 17:38, 25 March 2021
Allowed Python Modules
* the <b>os, sys</b> modules
* the <b>argparse</b> module
* The <b>datetime</b> module , including datetime and timedelta.
* The <b>subprocess</b> module
** [https://docs.python.org/3/howto/argparse.html Argparse Tutorial] - should read this first.