Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
Disabled
×
Change Orientation
#Import math Library import math #find the highest number that can divide two numbers print (math.gcd(26, 12)) print (math.gcd(12, 6)) print (math.gcd(10, 0)) print (math.gcd(0, 34)) print (math.gcd(0, 0))
2
6
10
34
0
×
Report a Problem:
Your E-mail:
Page address:
Description:
Disabled