Identify the correct statement to open a file:
1.f = open(“D:\myfolder\naman.txt”)
2.f = open(“D:myfolder aman.txt”)
3. f = open(“D:myfolder#naman.txt”)
4.f = Open(“D:myfolder aman.txt”)
Answer:1
Posted Date:-2021-12-11 23:57:27