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)