💡 For the best experience, set your browser zoom level to 75%
75% للحصول على أفضل تجربة، اضبط مستوى تكبير المتصفح على 💡
Write a short script (or use command line) to perform the following tasks:
1. Check and print the current version of pip installed.
2. List all installed packages.
3. Install the package requests using pip.
4. Upgrade the package requests.
5. Uninstall the package requests.