Given the following text file, After the program executes, which…

Question Answered step-by-step Given the following text file, After the program executes, which… Given the following text file,Image transcription text”numbers – Notepad X File EditFormat View Help NAVIN 100% Windows(CRLF) UTF-8… Show moreImage transcription textnumbers = set( ) 2 W file = open ( ‘numbers . txt’ , ‘r’ ) 4 line =file. readline() while line != “: value = line. rstrip(‘ n’ )numbers . add (value) 8 line = file. readline() 9 fi… Show more… Show moreAfter the program executes, which list best represents the contents of the file? Image transcription textO 4, 5, 7, 8, 11 O 2, 2, 4, 5, 7, 8, 11 O 2, 2,4, 5, 5, 7, 8, 11 O 2, 4, 5, 7, 8, 11 O 5, 8, 11… Show more  Computer Science Engineering & Technology Python Programming COMPUTER S 200 Share QuestionEmailCopy link Comments (0)