5th_gcd

import math
print("The gcd of 60 and 48 is: ",end="")
print(math.gcd(60,48))

 

Comments

Popular posts from this blog

JAVA Lab Programs

HANGMAN GAME

WD 22. StylingLinks&Buttons