diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 95939242fb7d44..486454bcfda897 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -451,9 +451,13 @@ Several other key features of this statement: print("Grass is green") case Color.BLUE: print("I'm feeling the blues :(") - -For a more detailed explanation and additional examples, you can look into -:pep:`636` which is written in a tutorial format. +Resources +--------- +For more detailed explanation and additional examples, you can look into the +following resources, which are written in tutorial format: +- :pep:`636` +- `W3Schools `_ +- `Real Python `_ .. _tut-functions: