Question: Activity: The following code segment is a short program that has some lines that may raise an exception. Find these lines, and come up with

Activity: The following code segment is a short program that has some lines that may raise an exception. Find these lines, and come up with 2 except clauses in a Try-Except to handle these exceptions and modify the program. 1. filename = input("Enter filename: ") 2. infile = open (filename, "r") 3. line = infile. readline() 4. value = int(line)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
