Skip to content

Commit 77e0f2d

Browse files
committed
some changes
1 parent 4e96dca commit 77e0f2d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

readme.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,14 @@ python
146146
![Python Scripting Shell](./images/opening_python_shell.png)
147147

148148
The Python interactive shell is opened and it is waiting for you to write Python code(Python script). You will write your Python script next to this symbol >>> and then click Enter.
149+
Let us write our very first script on the Python scripting shell.
149150

150-
```py
151-
asabeneh@Asabeneh:~$ python --version
152-
Python 3.9.6
153-
```
151+
![Python script on Python shell](./images/adding_on_python_shell.png)
154152

155153
Well done, you wrote your first Python script on Python interactive shell. How do we close the Python interactive shell ?
156154
To close the shell, next to this symbol >> write **exit()** command and press Enter.
157155

158-
```py
159-
asabeneh@Asabeneh:~$ python
160-
Python 3.9.6 (default, Jun 28 2021, 15:26:21)
161-
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
162-
Type "help", "copyright", "credits" or "license" for more information.
163-
>>> |
164-
```
156+
![Exit from python shell](./images/exit_from_shell.png)
165157

166158
Now, you know how to open the Python interactive shell and how to exit from it.
167159

0 commit comments

Comments
 (0)