Update Rost
#After you’ve installed Rust via rustup, updating to the latest version is easy. From your shell, run the following update script:
rustup update
#To uninstall Rust and rustup, run the following uninstall script from your shell:
rustup self uninstall
sandy_codes_py