@@ -0,0 +1,19 @@
from os import walk
f = []
print(f'{f}\n----------------')
for filenames in walk('audio'):
f.extend(filenames)
break
f = f[2]
print(f)
print(type(f))
i = 100
print(i)
i = i * 4
The note is not visible to the blocked user.