Skip to content

Commit 06bd6f7

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs (branch docs)
2 parents ead10ab + 4c90d26 commit 06bd6f7

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)