From e2f25870856491d67ab6ac4145248f5cd38f40ab Mon Sep 17 00:00:00 2001 From: Arg85 <48096235+Arg85@users.noreply.github.com> Date: Fri, 25 Oct 2019 22:03:00 +0530 Subject: [PATCH] udpate --- ifslse.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ifslse.py b/ifslse.py index f1dd28d..967dc9f 100644 --- a/ifslse.py +++ b/ifslse.py @@ -1,7 +1,8 @@ -# if-else -a=10;b=20 +#if else coding +a=10; +b=20 if a>b: print("*"*20) print(a) else: - print(b) \ No newline at end of file + print(b)