Read The First Line Of A File In Python
return
=
Output:
Alfa bravo charlie
Notes
- Reads the first line of a file and returns it
- Any leading and trailing whitespace is removed from the line (including the trailing newline if it exists)
-- end of line --