diff --git a/harsh.py b/harsh.py new file mode 100644 index 0000000..e28c470 --- /dev/null +++ b/harsh.py @@ -0,0 +1,9 @@ +s = input('Enter string') + +b = input() + + +if b in s: + print('True') +else: + print("False")