McqMate
| Q. |
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» A. rename(current_file_name, new_file_name) | |
| Explanation: this is the correct syntax which has shown below. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet