Q: Kevin is a freelance video producer who makes TV commercials for local businesses. When he makes a commercial, he usually films several short videos. Later, he puts these short videos together to make the final commercial. He has asked you to write the following two programs. 1. A program that allows him to enter the running time (in seconds) of each short video in a project. The running times are saved to a file. 2. A program that reads the contents of the file, displays the running times, and then displays the total running time of all the segments.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

I Would like to know the proper and correct python code for the following problem. described below  

I did get an answer but I believe its wrong (attached as the images)

Q: Kevin is a freelance video producer who makes TV commercials for local businesses. When he makes a commercial, he usually films several short videos. Later, he puts these short videos together to make the final commercial. He has asked you to write the following two programs.

1. A program that allows him to enter the running time (in seconds) of each short video in a project. The running times are saved to a file.

2. A program that reads the contents of the file, displays the running times, and then displays the total running time of all the segments.

> Run
O Debug
Stop
E Share H Save
{) Beautify
Language Python 3
videos Time txt
file = open('videosTime.txt','r')
2 print('Time stamps are:')
3 print(file.read())
file.close()
main.py
input
Time stamps are:
4
6
10
...Program finished with exit code 0
Press ENTER to exit console.
Transcribed Image Text:> Run O Debug Stop E Share H Save {) Beautify Language Python 3 videos Time txt file = open('videosTime.txt','r') 2 print('Time stamps are:') 3 print(file.read()) file.close() main.py input Time stamps are: 4 6 10 ...Program finished with exit code 0 Press ENTER to exit console.
Run
O Debug
Stop
E Share H sSave
{} Beautify
Language Python 3
main.py
videos Time txt !
1 file = open('videosTime.txt', 'w')
2 print('Enter time stamps and enter exit to exit the program')
3- while True:
inp = input ()
if inp == 'exit':
4.
5.
break
(inp)
(time) + '\n')
9 print('Time stamps successfully added...")
time
file.write(
7.
10
file.close()
11
input
Enter time stamps and enter exit to exit the program
4
10
exit
Time stamps successfully added...
...Program finished with exit code 0
Press ENTER to exit console.
Transcribed Image Text:Run O Debug Stop E Share H sSave {} Beautify Language Python 3 main.py videos Time txt ! 1 file = open('videosTime.txt', 'w') 2 print('Enter time stamps and enter exit to exit the program') 3- while True: inp = input () if inp == 'exit': 4. 5. break (inp) (time) + '\n') 9 print('Time stamps successfully added...") time file.write( 7. 10 file.close() 11 input Enter time stamps and enter exit to exit the program 4 10 exit Time stamps successfully added... ...Program finished with exit code 0 Press ENTER to exit console.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY