Question: please answer these two questions in PYTHON 3. Assume that outfile is a file object that has been opened for writing. Which of the following


please answer these two questions in PYTHON 3.
Assume that outfile is a file object that has been opened for writing. Which of the following code segments stores Hello World in the file? Ooutfile.print("He11oin","Norld ") O outfile.write("Hell0 ", "Worldn") O outfile.print("He11o Inwor1d " O outfile.write("HelloInworld ") O outfile.write("Hello ", "Norld ")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
