From bbd25dcd05f2210684805db8b0403763383e396a Mon Sep 17 00:00:00 2001 From: Akhil Date: Fri, 8 Nov 2019 18:51:31 +0530 Subject: [PATCH] Upload New File --- Python/if.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Python/if.py diff --git a/Python/if.py b/Python/if.py new file mode 100644 index 0000000..c1e030c --- /dev/null +++ b/Python/if.py @@ -0,0 +1,10 @@ +#a = int(input("ENter the value :")) +#if(a<0): +# a = a * -1 +# print(a) +#else: +# print(a) +d = input("Is medical cause there?") + +if(d is y): + print("Allowed") \ No newline at end of file -- GitLab