Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
У яких випадках відкриття буде можливість читання файлу file.txt?
f = open("file.txt", "a")
f = open("file.txt", "r+")
f = open("file.txt", "r")
f = open("file.txt", "w")
f = open("file.txt", "w+")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!