Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
Book Titles
+4
Author: David Ashton
Dark
Public
Save
PY
py
1
2
3
with
open
(
"/usercode/files/books.txt"
)
as
file
:
for
title
in
file
.readlines
():
print
(
title
[
0
]
+
str
(
len
(
title.strip
(
"\n"
))))
Enter to Rename, Shift+Enter to Preview
OUTPUT