I want to restart executing my code print("Hello Python") form Terminal without closing it.
How can I do this ? Thank you
>Solution :
You can click on terminal and then press up arrow on your keybord. It’ll call previous command, so just press Enter after that.