πŸ“Š Problem Solving and Python Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) rename(current_file_name, new_file_name)

Explanation: this is the correct syntax which has shown below.


Explanation by: Mr. Dubey
this is the correct syntax which has shown below.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
696
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate