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’)
2 Antworten
+ 1
You can try the 5-question p2p challenges code in code playground before posting here, I think.