how to remove space and print irst two lines from a text file in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to remove space and print irst two lines from a text file in python?

Hello, I am trying to remove space from text file and print first two lines from a text file. Here is the code I worked on, https://code.sololearn.com/cyMSHqMSs6nh/#py from this, I am getting the output something like " 0 1 2 0 1 2" But I am not getting the actual first two lines. Please help me to solve this. Thank you

2nd Nov 2020, 7:16 PM
perkins royal
perkins royal - avatar
1 Answer
+ 2
I don't really understand how the text in the input file should be and what exact output you expect ,could you share an example?
2nd Nov 2020, 7:51 PM
Abhay
Abhay - avatar