Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qual è il modo corretto per aprire un file chiamato dati.txt in sola lettura?
open('dati.txt', 'read-only')
open('dati.txt', 'read')
file.open('dati.txt')
open('dati.txt', 'r')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!