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)