Which of the commands opens a file for reading? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Which of the commands opens a file for reading?

Which of the comands opens a file for reading? f= ā€˜fileā€™.read() f= readlines(ā€˜fileā€™) f= write (ā€˜fileā€™) f= open (ā€˜fileā€™)

30th Nov 2018, 5:09 PM
Elis Belen
2 Respostas
+ 1
You can try the 5-question p2p challenges code in code playground before posting here, I think.
30th Nov 2018, 5:32 PM
Gordon
Gordon - avatar