Examveda

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

A. rename(current_file_name, new_file_name)

B. rename(new_file_name, current_file_name,)

C. rename(()(current_file_name, new_file_name))

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python