@ -0,0 +1,4 @@
def findLine(prog, target):
for i in prog:
if i.split()[0] == target:
return prog.index(i)
The note is not visible to the blocked user.