diff --git a/Python/if.py b/Python/if.py new file mode 100644 index 0000000000000000000000000000000000000000..c1e030cdaecc0ead210cacfdb8fb5534012917c0 --- /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