From b6d3b25124e0965389cc3fc004783cea07b2864e Mon Sep 17 00:00:00 2001 From: ArifAyyildiz <155610256+ArifAyyildiz@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:11:49 -0600 Subject: [PATCH] little typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5bd0eb8..3718eb2 100644 --- a/readme.md +++ b/readme.md @@ -153,7 +153,7 @@ Let us write our very first script on the Python scripting shell. ![Python script on Python shell](./images/adding_on_python_shell.png) Well done, you wrote your first Python script on Python interactive shell. How do we close the Python interactive shell ? -To close the shell, next to this symbol >> write **exit()** command and press Enter. +To close the shell, next to this symbol >>> write **exit()** command and press Enter. ![Exit from python shell](./images/exit_from_shell.png)