65.6k views
2 votes
PLEASE HELP! Please dont answer if your going to guess

You have three modes for opening a file. You wish to create a new file and write data to

the file. What letter belongs in this line of code?

myFile = open("another.txt", "_____")
r
w
a
d

2 Answers

3 votes

Answer:

r

Explanation:

I literally learned this today when trying to make a python server with an html file:)

User Nabarun Chatterjee
by
3.4k points
4 votes

Answer:

w

Step-by-step explanation:

User Mehulkar
by
3.1k points