From 455f448446d312476c73e013605af5460cf69c7e Mon Sep 17 00:00:00 2001 From: TitiEjembi Date: Sat, 18 Jan 2025 20:41:36 +0000 Subject: [PATCH 1/2] Update 10_comparing_objects.py test --- 10_comparing_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_comparing_objects.py b/10_comparing_objects.py index 1f7290b..5f344f4 100644 --- a/10_comparing_objects.py +++ b/10_comparing_objects.py @@ -9,5 +9,5 @@ if int(txt) < num: print('Wow!') else: - print('Doh!') + print('Doh! ') From 361521320e9079a24a78e6aa6fe7c51bc93a85ae Mon Sep 17 00:00:00 2001 From: Titi Ejembi Date: Sat, 18 Jan 2025 21:28:55 +0000 Subject: [PATCH 2/2] test in local --- 10_comparing_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_comparing_objects.py b/10_comparing_objects.py index 5f344f4..7e981fa 100644 --- a/10_comparing_objects.py +++ b/10_comparing_objects.py @@ -9,5 +9,5 @@ if int(txt) < num: print('Wow!') else: - print('Doh! ') + print('Doh! kjhgit')