1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'

The list of references is exhausted by running 'ack docs/python'.
This commit is contained in:
Simon Shine
2020-02-12 05:03:08 +01:00
parent a3b0585374
commit efe00fd06e
13 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ Python was created by Guido van Rossum in the early 90s. It is now one of the mo
languages in existence. I fell in love with Python for its syntactic clarity. It's basically
executable pseudocode.
Note: This article applies to Python 3 specifically. Check out [here](http://learnxinyminutes.com/docs/python/) if you want to learn the old Python 2.7
Note: This article applies to Python 3 specifically. Check out [here](http://learnxinyminutes.com/docs/pythonlegacy/) if you want to learn the old Python 2.7
```python