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