From b0c05928213a126343cba742321cad30770c12ee Mon Sep 17 00:00:00 2001 From: HarshKakran <60221129+HarshKakran@users.noreply.github.com> Date: Thu, 23 Jan 2020 19:24:42 +0530 Subject: [PATCH] Create harsh.py --- harsh.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 harsh.py 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")