From ec43d95587db3dca1baebf71e9e627d5bf970740 Mon Sep 17 00:00:00 2001 From: "Ms. Uche" <100173799+Nneoma00@users.noreply.github.com> Date: Wed, 7 May 2025 08:25:45 +0000 Subject: [PATCH] Fix issue: #133510: Added Resources section --- Doc/tutorial/controlflow.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 95939242fb7d44c..486454bcfda8977 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: