Skip to content

Commit 0527cbc

Browse files
committed
Fixed example, the text above says one should type python3 in the terminal
1 parent 9c7d1df commit 0527cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ On Windows you need to go to Start menu → All Programs → Accessories → Com
1414

1515
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.
1616

17-
C:\Users\Name> C:\Python34\python
17+
C:\Users\Name> python3
1818
Python 3.4.1 (...)
1919
Type "copyright", "credits" or "license" for more information.
2020
>>>

0 commit comments

Comments
 (0)