hi...
how can this be done using python
1.prompting user for a file location from within a script
2.reading the file location entered by the user
3.storing it in a file like object
hi...
how can this be done using python
1.prompting user for a file location from within a script
2.reading the file location entered by the user
3.storing it in a file like object
To help you get started,
filelocation = raw_input("Please enter file location:")
To help you get started,
filelocation = raw_input("Please enter file location:")
thank u..it worked:)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.