Shami2038 Shami2038 12-08-2020 Computers and Technology contestada What is the output of the following Python program? try: fin = open('answer.txt') fin.write('Yes') except: print('No') print('Maybe')