Automation with Python

Python can automate tasks using Selenium, PyAutoGUI, and OS modules.

Example (OS Module):

import os
os.system("echo Hello, World!")