Question: python 23. to find how many words in the file 'file1' after executing following statement myfile = open('file1') we should use: (2 Points) All answers
23. to find how many words in the file 'file1' after executing following statement myfile = open('file1') we should use: (2 Points) All answers are false Olen(myfile.split() Olen(myfile) len(myfile.join()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
