From 0abb7947314207faffaf2445515c98c4ac81b2e1 Mon Sep 17 00:00:00 2001 From: macharia_munene <126172426+mac-mun@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:03:58 +0300 Subject: [PATCH] Update 9_for_exercise.py --- Basics/Exercise/9_for/9_for_exercise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basics/Exercise/9_for/9_for_exercise.py b/Basics/Exercise/9_for/9_for_exercise.py index 1860abd1..a2879efc 100644 --- a/Basics/Exercise/9_for/9_for_exercise.py +++ b/Basics/Exercise/9_for/9_for_exercise.py @@ -77,4 +77,4 @@ s = '' for j in range(i): s += '*' - print(s) \ No newline at end of file + print(s)