@ -261,7 +261,7 @@ os.listdir("/")
print( open("/boot.py").read() )
# Write to a file. Deletes existing content.
f = open("data.txt", "a")
f = open("data.txt", "w")
f.write("Hello ")
f.close()
The note is not visible to the blocked user.