73 viewsJune 3, 2023PythonWrite a command to open the file 0 Malarvizhi M416 June 3, 2023 1 Comment Write a command to open the file c:\hello.txt for writing Malarvizhi M Posted new comment June 3, 2023 Malarvizhi M commented June 3, 2023 Command: f= open(“hello.txt”, “wt”) 0 Answers ActiveVotedNewestOldest Register or Login
Command:
f= open(“hello.txt”, “wt”)