What Is The Current Syntax Of Rename A File #1023
What is the current syntax of rename() a file?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Files - Python Files - Quiz No.2.
What is the current syntax of rename() a file?
rename(current_file_name, new_file_name)
rename(new_file_name, current_file_name,)
rename(()(current_file_name, new_file_name))
none of the mentioned