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: python_introduction/README.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
@@ -14,7 +14,7 @@ On Windows you need to go to Start menu → All Programs → Accessories → Com
14
14
15
15
A window should pop up on your screen. This window is a prompt, waiting for commands from you. We want to open up a Python console, so type in `python3` and hit Enter.
16
16
17
-
C:\Users\Name> C:\Python34\python
17
+
C:\Users\Name> python3
18
18
Python 3.4.1 (...)
19
19
Type "copyright", "credits" or "license" for more information.
0 commit comments