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