195. Tenth Line
Last updated
Was this helpful?
Last updated
Was this helpful?
Given a text file file.txt
, print just the 10th line of the file.
Note: 1. If the file contains less than 10 lines, what should you output? 2. There's at least three different solutions. Try to explore all possibilities.
GeeksforGeeks
ProgramCreek
YouTube
Input:
Assume that file.txt has the following content:
Output:
Your script should output the tenth line, which is:
Line 10