Project Brief
Your task for this project is to create a browser automation script using the Python Selenium library.
Expected Output
When executed, your program should do the following automatically:
Start Chrome, and navigate to this beautiful weather website https://www.ventusky.com
Then, your program should type a city in the search box. E.g., New York.
Then, the program should invoke the Enter key of your keyboard. That will show the current weather page for New York.