Skip to content

Commit fdb77af

Browse files
authored
Add files via upload
1 parent 7697fe6 commit fdb77af

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Have fun solving the problems, and learning ```PYTHON``` in ```PY101```!
146146

147147
## Steps for Execution
148148

149-
1. Clone the ```'Python-Jumpstart-PY101''``` github repository.
149+
1. Clone the ```'Python-Jumpstart-PY101'``` github repository.
150150
```sh
151151
git clone https://github.com/ankitacoder3/Python-Jumpstart-PY101.git
152152
```
@@ -158,38 +158,35 @@ Have fun solving the problems, and learning ```PYTHON``` in ```PY101```!
158158
```
159159

160160
3. Navigate to ```ANY of the Directories``` and ```execute the respective files``` present in that directory, by following the below ```given steps```.
161-
```sh
162-
```
161+
``````
163162

164163
i. ***Navigation*** :
165164
<br>
166165
Navigate to the respective directory.
167166
<br>
168167
( For example: Navigate to the **'Dictionary_Files' Directory**.)
169168
<br>
170-
```sh
171-
cd Dictionary_Files
172-
```
169+
```sh
170+
cd Dictionary_Files
171+
```
173172

174173
ii. ***Execution*** :
175174
<br>
176175
By opening ```any file``` in ```python idle``` or ```command prompt```, and running it.
177-
178-
<br>
176+
<br>
179177

180178
a. ***Python IDLE***
181179
* To execute any file from Python IDLE,
182-
```sh
183-
Open the python file <filename> in the IDLE and Run the file
184-
```
185180
<br>
186-
* ( For example: To execute **'Program1,py' File**.)
187-
```sh
188-
Open the **'Program1.py' File** in IDLE and Run the file
189-
```
181+
Open the ```python file <filename>``` in the **IDLE**.
182+
183+
* **RUN** it, by clicking on ```RUN``` at the top bar, then clicking on ```RUN MODULE```.
184+
185+
* For example: To execute **'Program1.py' File**.
186+
<br>
187+
Open the ```**'Program1.py' File**``` in ```IDLE``` and ```Run``` the file.
190188

191-
* Then ```follow the instructions```, which appear on ```IDLE prompt```.
192-
189+
* Then ```follow the instructions```, which appear on ```IDLE prompt```.
193190
<br>
194191

195192
b. * To execute any file from command prompt, type

0 commit comments

Comments
 (0)