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
Copy file name to clipboardExpand all lines: worksheet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Now you're going to set up a basic web application with Flask and Python. You wi
50
50
```
51
51
This will create a file named `app.py`, in which all our application code will be written.
52
52
53
-
1. Enter the following command to open this file in IDLE, the Python editor, in order to get started writing your web app:
53
+
1. Enter the following command to open this file in **Python 2**, also called IDLE which is a Python editor, in order to get started writing your web app:
0 commit comments