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