Python
print("Hello World!")
Links
Rich is a Python library for rich text and beautiful formatting in the terminal.
How to uninstall all pacakages
pip freeze | xargs pip uninstall -y
Last updated
Was this helpful?
print("Hello World!")
Rich is a Python library for rich text and beautiful formatting in the terminal.
How to uninstall all pacakages
pip freeze | xargs pip uninstall -y
Last updated
Was this helpful?