File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ the past using some other language you may want to read [the official
13
13
tutorial] ( https://docs.python.org/3/tutorial/ ) instead.
14
14
15
15
You can use Python 3.3 or any newer Python with this tutorial. ** Don't
16
- use Python 2.** If you write a Python 2 program now someone will need to
17
- convert it to Python 3 later, so it's best to just write Python 3 to
18
- begin with. Python 3 code will work just fine in Python 4, so you don't
19
- need to worry about that. Python 2 also has horrible
20
- [ Unicode] ( http://www.unicode.org/standard/WhatIsUnicode.html ) problems,
21
- so it's difficult to write Python 2 code that works correctly with
22
- non-English characters (like π and ♫).
16
+ use Python 2 because it's no longer supported.**
23
17
24
18
## List of contents
25
19
You can’t perform that action at this time.
0 commit comments