0
Can anyone help me with this issue in python core?
You are provided a books.txt file, which includes the book titles, each one written on a separate line. Read the title one by one and output the code for each book on a separate line. For example, if the books.txt file contains: Some book Another book Your program should output: S9 A12 #this issue is from part 46 Thanks.
1 Answer
+ 3
seems like they want you read text file then return index of first character each and the len including white space you just want to read the data not modify it
show your attempt