@@ -0,0 +1,7 @@
f = open("book.txt")
text = f.read()
sent = text.split(".")
for s in sent:
print(s)
f.close()
The note is not visible to the blocked user.