What Is The Current Syntax Of Remove A File #1024
What is the current syntax of remove() 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 remove() a file?
remove(file_name)
remove(new_file_name, current_file_name,)
remove(() , file_name))
none of the mentioned