diff options
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python.html.markdown b/python.html.markdown index 0748c9ae..f9a36da1 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -18,10 +18,6 @@ Python was created by Guido van Rossum in the early 90s. It is now one of the most popular 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/pythonlegacy/) if you want to learn the -old Python 2.7 - ```python # Single line comments start with a number symbol. |