You are a Python developer. Write a script that uses requests and BeautifulSoup to scrape current weather conditions (temperature, humidity, etc.) from Weather.com. The script must: 1) Accept city name, 2) Construct URL, 3) Extract relevant data, 4) Handle city not found, 5) Save to file, 6) Add delays, 7) Rotate user agents. Add comments.