def xyz(a,n):
for i in range(0,len(a)):
if a[i]==n:
returni
return-1
a=[1,2,3,4,5,6,7,8,9]
n=int(input("Enter the number to search:"))
r=xyz(a,n)
if r!=-1:
print("item found at index",str(r))
else:
print("item not found")
ZGVmIHh5eihhLG4pOgogICBmb3IgaSBpbiByYW5nZSgwLGxlbihhKSk6CiAgICAgICBpZiBhW2ldPT1uOgogICAgICAgICAgcmV0dXJuaQogICAgICAgcmV0dXJuLTEKYT1bMSwyLDMsNCw1LDYsNyw4LDldCm49aW50KGlucHV0KCJFbnRlciB0aGUgbnVtYmVyIHRvIHNlYXJjaDoiKSkKcj14eXooYSxuKQppZiByIT0tMToKICAgcHJpbnQoIml0ZW0gZm91bmQgYXQgaW5kZXgiLHN0cihyKSkKZWxzZToKICAgcHJpbnQoIml0ZW0gbm90IGZvdW5kIik=