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: docs/tutorials/python-whirlwind-tour.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
@@ -22,7 +22,7 @@ A program is a list of instructions that are executed, line-by-line by a compute
22
22
23
23
We are going to be using Python as it is easy to learn and there is an abundance of useful libraries (pre-written code).
24
24
25
-
To write your own program, you will be using a code editor. Python comes with its own editor called IDLE, but we will use VSCode instead, as it has some built-in features that should make programming easier.
25
+
To write your own program, you will be using a code editor. Python comes with its own editor called IDLE, but we will use Visual Studio Code (VSCode) instead, as it has some built-in features that should make programming easier.
0 commit comments