We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb50d commit 7ce6543Copy full SHA for 7ce6543
index.md
@@ -62,7 +62,9 @@ about programming.
62
> interpreter before tackling this lesson. This lesson sometimes references Jupyter
63
> Notebook although you can use any Python interpreter mentioned in the [Setup][lesson-setup].
64
>
65
-> The commands in this lesson pertain to **Python 3**.
+> The commands in this lesson pertain to any officially supported Python version, currently **Python
66
+> 3.7+**. Newer versions usually have better error printouts, so using newer Python versions is
67
+> recommend if possible.
68
{: .prereq}
69
70
### Getting Started
0 commit comments