Vidyalelo
Python · Q76

Files Handling in Python

Programming · Python · question 76

Q76

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

A.
rename(current_file_name, new_file_name)
Answer
B.
rename(new_file_name, current_file_name,)
C.
rename(()(current_file_name, new_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