The bookstore from [this collection] (https://innokodakademija.com/collection/dnXtkLPZpX25t227q), in a desperate attempt to avoid getting hacked, changed from exec() to eval(). Create a query that stores the users dictionary in the res variable.
param = "your text here"
users = {
"user1": "password",
"user2": "password"
}
res = eval('search("%s")' % param)
print(res) ➞ users
site dictionary and search function have been gutted/deleted for brevity.