asked 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')

1 Answer

3 votes

(<ANSWER RETRACTED>)

answered
User Uri Barenholz
by
8.6k points