Question: what is wrong with the following path = input(Enter a name of a text file here: ) file = open(path, 'r+')
what is wrong with the following
path = input("Enter a name of a text file here: ") file = open(path, 'r+')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
