The bookstore from this collection has increased their security again. After setting the variable res, an if statement checks if res is equal to the users dictionary. If it is, it sends an error. Create a query that copies users to res.
param = "your text here"
users = {
"user1": "password",
"user2": "password"
}
res = eval("search("%s")" % param)
if res == users:
res = {"Error": "No products found."}
print(res) ➞ usersx_x is prohibited.