πŸ“Š Problem Solving and Python Programming
Q. Which of the following is not a valid mode to open a file?
  • (A) ab
  • (B) rw
  • (C) r+
  • (D) w+
πŸ’¬ Discuss
βœ… Correct Answer: (B) rw

Explanation: use r+, w+ or a+ to perform both read and write operations using a single file object.


Explanation by: Mr. Dubey
use r+, w+ or a+ to perform both read and write operations using a single file object.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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