From 1313f637a7fee4b3a74882f49f4f77802d443247 Mon Sep 17 00:00:00 2001 From: Hashini Rangala <39233488+Hashinirangala@users.noreply.github.com> Date: Wed, 30 Oct 2019 13:13:02 +0530 Subject: [PATCH] Update Question 1 --- Question1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Question1.py b/Question1.py index c29cd28..9d5e915 100644 --- a/Question1.py +++ b/Question1.py @@ -17,7 +17,7 @@ def search(pat, txt): list.append(i) if(c == 0): - print("no matching") + print("no string matching") else: print(list)