write a function printTime that takes a Time object as an argument and prints it
ID: 3620030 • Letter: W
Question
write a function printTime that takes a Time objectas an argument and prints it in the form hours:minutes:seconds.
then write a boolean function AFTER that takes two
Time objects, t1 and t2, as arguments, and returns True if t1 follows
t2 chronologically and False otherwise.