Read the code given below and answer the question: 2 File=open("first.txt","a") File.write("Students") File.close() If the file contains "hello" before execution, what will be the contents of the file after execution of this code
Answers
Answered by
0
Answer:
Read the code given below Read the code given below and answer the question: 2 File=open("first.txt","a") File.write("Students") File.close() If the file contains "hello" before execution, what will be the contents of the file after execution of this code answer the question: 2 File=open("first.txt","a") File.write("Students") File.close() If the file contains "hello" before execution, what will be the contents of the file after execution of this code
Answered by
0
The file (first.txt) will contain -
helloStudents
After execution of the program.
Similar questions
Math,
3 months ago
Science,
3 months ago
Hindi,
7 months ago
Math,
7 months ago
Computer Science,
11 months ago
Social Sciences,
11 months ago