Changes

Jump to: navigation, search

OPS435 Assignment 2 for Section C

1 byte removed, 18:02, 25 March 2021
Datetime
Once you have created datetime objects, you can do useful things with them:
* <code> d1 > d2 </code> will return True is d1 is <b>later</b> thank than d2.
* <code> d2 - d1 </code> will return a <i>timedelta</i> object, which is an amount of time between d2 and d1.

Navigation menu