Skip to content

Commit 4c90d26

Browse files
authored
Merge pull request #5695 from nericat2005/patch-1
Update web-frameworks.md python or python3 in cmd?
2 parents 5c1ebd0 + 498f633 commit 4c90d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/python/web-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Let's create and run a simple Python program as a test and ensure that we have t
122122
print("Hello World")
123123
```
124124

125-
6. To run the Python "Hello World" program that we just created, select the **test.py** file in the VS Code Explorer window, then right-click the file to display a menu of options. Select **Run Python File in Terminal**. Alternatively, in your integrated WSL terminal window, enter: `python test.py` to run your "Hello World" program. The Python interpreter will print "Hello World" in your terminal window.
125+
6. To run the Python "Hello World" program that we just created, select the **test.py** file in the VS Code Explorer window, then right-click the file to display a menu of options. Select **Run Python File in Terminal**. Alternatively, in your integrated WSL terminal window, enter: `python3 test.py` to run your "Hello World" program. The Python interpreter will print "Hello World" in your terminal window.
126126

127127
Congratulations. You're all set up to create and run Python programs! Now let's try creating a Hello World app with two of the most popular Python web frameworks: Flask and Django.
128128

0 commit comments

Comments
 (0)