Vidyalelo
Python · Q31

Files Handling in Python

Programming · Python · question 31

Q31

What is the current syntax of remove() a file?

A.
remove(file_name)
Answer
B.
remove(new_file_name, current_file_name,)
C.
remove(() , file_name))
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board