You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,38 +158,35 @@ Have fun solving the problems, and learning ```PYTHON``` in ```PY101```!
158
158
```
159
159
160
160
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
+
``````
163
162
164
163
i. ***Navigation***:
165
164
<br>
166
165
Navigate to the respective directory.
167
166
<br>
168
167
( For example: Navigate to the **'Dictionary_Files' Directory**.)
169
168
<br>
170
-
```sh
171
-
cd Dictionary_Files
172
-
```
169
+
```sh
170
+
cd Dictionary_Files
171
+
```
173
172
174
173
ii. ***Execution***:
175
174
<br>
176
175
By opening ```any file```in```python idle``` or ```command prompt```, and running it.
177
-
178
-
<br>
176
+
<br>
179
177
180
178
a. ***Python IDLE***
181
179
* To execute any file from Python IDLE,
182
-
```sh
183
-
Open the python file <filename>in the IDLE and Run the file
184
-
```
185
180
<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.
190
188
191
-
* Then ```follow the instructions```, which appear on ```IDLE prompt```.
192
-
189
+
* Then ```follow the instructions```, which appear on ```IDLE prompt```.
193
190
<br>
194
191
195
192
b. * To execute any file from command prompt, type
0 commit comments