From a833ad53547b8a4c6c9217fe89f8dcad31b9dbf8 Mon Sep 17 00:00:00 2001 From: utkarshkatariya <93941149+utkarshkatariya@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:12:31 -0700 Subject: [PATCH] improving indentation --- Control Flow/Else With For_python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control Flow/Else With For_python.py b/Control Flow/Else With For_python.py index b57c837..5391aa1 100644 --- a/Control Flow/Else With For_python.py +++ b/Control Flow/Else With For_python.py @@ -3,6 +3,6 @@ ''' for i in range(1, 10): - print(i) + print(i) else: - print("Hello! World") \ No newline at end of file + print("Hello! World")