Merge pull request #467 from ArifAyyildiz/master

little typo
This commit is contained in:
Asabeneh 2026-01-11 01:04:25 +02:00 committed by GitHub
commit 54739b2ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,8 +221,8 @@ 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.
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.
![Exit from python shell](./images/exit_from_shell.png)