78.8k views
4 votes
What is the output of the following Python program? try: fin = open('answer.txt') fin.write('Yes') except: print('No') print('Maybe')

User IrfanRaza
by
8.3k points

1 Answer

3 votes

(<ANSWER RETRACTED>)

User Uri Barenholz
by
8.6k points