πŸ“Š Problem Solving and Python Programming
Q. Which function is used to write a list of string in a file?
  • (A) writeline()
  • (B) writelines()
  • (C) writestatement()
  • (D) writefullline()
πŸ’¬ Discuss
βœ… Correct Answer: (A) writeline()

Explanation: with the writeline function you can write a list of strings to a file


Explanation by: Mr. Dubey
with the writeline function you can write a list of strings to a file

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
841
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate