Question: Jump to level 1 A file's name is read from input. The file is opened and pear _ file is assigned with the file object.

Jump to level 1
A file's name is read from input. The file is opened and pear_file is assigned with the file object. Each line in pear_file contains a
name and an integer, representing a customer's name and the number of pears bought by the customer. Read pear_file's contents
as one string and complete the assignment of pear_data with the string read.
Click here for example
pear_file input ())
pear_data =[''' Your code goes here '''
pear_file.close()
print(pear_data)
 Jump to level 1 A file's name is read from input.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!