Last time I installed Python on my computer, but this time let me demonstrate how to uninstall Python from my computer.
Can we directly delete the Python installation folder on the disk? No, it's not good to take this method.
We'd better enter the control panel and make use of its uninstalling function to complete the uninstall task.
Now let me install Python again on my computer.
Now let's take a look where the Python is installed.
Firstly, start the command-line Python from the start-menu.
Let me use print function to dispaly a message on the screen.
Then let me do addition using python statements.
We can type exit() and press Enter to quit the command-line Python. Of course we can simply click the close button on the upper-right corner of the shell.