Changes

Jump to: navigation, search

OPS435 Python Assignment 3

765 bytes added, 14:17, 16 November 2018
Instruction
** [https://www.tutorialspoint.com/python3/python_date_time.htm Time module Tutorial]
** [https://docs.python.org/3/library/time.html Time module API reference page]
 
=== Sample Output ===
You python script should check the class cancellation notification site for any classes cancellation that are going to happen in the next 24 hours. If it identifies any classes, it should check the class cancellation notification subscription sites for any matches. If there is any matches, it should send an appropriate email to the subscriber using the following template:
 
<pre>
Dear <subscriber full name>,
Your <class code> scheduled on <data and time> is being cancellated. Details about the cancellation and be found at <Class Cancellation Notification site>.
 
Your class cancellation notification team.
Message generated on <Date and time stamp>
</pre>
 
The sample message should also written to your CCN log file named ccn.log.
1,760
edits

Navigation menu