Can anyone help me with this issue in python core? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

22nd Dec 2022, 10:07 PM
Sayyed Ali Sadr
Sayyed Ali Sadr - avatar
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
22nd Dec 2022, 10:27 PM
Ion Kare
Ion Kare - avatar