@@ -0,0 +1,14 @@
import os
def dnf():
programs = []
with open('data.txt', 'r+') as f:
for line in f:
programs.append(line.strip())
print(programs)
print(os.getcwd())
The note is not visible to the blocked user.