From 7e2a81dce11618f927f7ee10791fac1ed8b96ec2 Mon Sep 17 00:00:00 2001 From: kbhandari98 Date: Sat, 3 Oct 2020 11:49:21 +0530 Subject: [PATCH] Update lecture4a.py --- lecture4a.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lecture4a.py b/lecture4a.py index fb581db..b1d71b1 100644 --- a/lecture4a.py +++ b/lecture4a.py @@ -1,4 +1,6 @@ varun = 10 for x in range(6): - print("always") \ No newline at end of file + print("always") + else + print("never") \ No newline at end of file