Introduction
In mathematics, the greatest common divisor (GCD) of two or more integers, is the largest positive integer that divides each of the integers without a remainder. For example, the GCD of 8 and 12 is 4.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/using_packages("Using Packages")
python/ModulesandPackagesGroup -.-> python/standard_libraries("Common Standard Libraries")
python/PythonStandardLibraryGroup -.-> python/math_random("Math and Random")
subgraph Lab Skills
python/comments -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/lists -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/tuples -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/function_definition -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/importing_modules -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/using_packages -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/standard_libraries -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
python/math_random -.-> lab-13646{{"Calculating Greatest Common Divisor"}}
end