0

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

Malarvizhi M Posted new comment
User Avatar

Command:

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