@@ -0,0 +1,6 @@
y = 0;
n = 100;
for i=1:n
y=y+1/(i*i);
end
y
The note is not visible to the blocked user.