Question: Would love the code for this! Thanks :) QUESTION 3 (5 MarKs) Write a program which calculates the difference in hours and minutes between two

Would love the code for this!
Thanks :)
QUESTION 3 (5 MarKs) Write a program which calculates the difference in hours and minutes between two times. Name your program file 'YourUsernameA103.py', e.g., afer023A103.py. The two times are given using a 24 hour clock, e.g., 21:34 is 34 minutes past 9pm. Paste the following four lines of code into your program. These lines of code initialise the two times (you will change the values assigned to these four variables to other values when you test your program): timel hour -!5 timel minute - 23 time 2hour = 23 time2_minute- 14 - You can assume that the second time is always later than the first time. Below are three example outputs from the completed program (using different times). Your program must give the correct output in the same format as the outputs in the three examples below: Hours and minutes from 5:23 to 23:14 is: 17 hours and 51 minutes Hours and minutes from 11:25 to 15:6 is: 3 hours and 41 minutes. Hours and minutes from 5:23 to 7:14 is: 1 hours and 51 minutes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
