@ -1,5 +1,5 @@
myfile = open("fruits.txt")
content = myfile.read()
content = myfile.read(6)
myfile.close()
print(content)
The note is not visible to the blocked user.