I have a project of web scraping . I want to get the name of something for searching as input and add it to the end of my url . i tried the code bellow but it didn't work, the input did not become a part of url
search = input()
url= 'https://www.digikala.com/search/?q='+search
'->%27