0

Write a command to open the file c:\hello.txt for writing

Malarvizhi M Posted new comment June 3, 2023
User Avatar

Command:

f= open(“hello.txt”, “wt”)