From 10187c9e21d07d4e998af90dcad4bdf76265e363 Mon Sep 17 00:00:00 2001 From: rohansaxena2020 Date: Sun, 31 Mar 2024 22:45:36 -0400 Subject: [PATCH] minor tweak --- 8.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/8.py b/8.py index 836b400..0648268 100644 --- a/8.py +++ b/8.py @@ -201,4 +201,5 @@ def find_GCF(a,b): return max(common_factors) -print(find_GCF(24,64)) \ No newline at end of file +print(find_GCF(24,64)) +print(find_GCF(24,16)) \ No newline at end of file