From 1012f29eba9c0b092d94064128e74fb840fdc985 Mon Sep 17 00:00:00 2001 From: PistonUser <88914090+PistonUser@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:34:24 -0500 Subject: [PATCH] Update 100+ Python challenging programming exercises for Python 3.md --- ...hon challenging programming exercises for Python 3.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/100+ Python challenging programming exercises for Python 3.md b/100+ Python challenging programming exercises for Python 3.md index c4ba62c4..d69a3ab2 100644 --- a/100+ Python challenging programming exercises for Python 3.md +++ b/100+ Python challenging programming exercises for Python 3.md @@ -563,12 +563,9 @@ Solution: ```python def putNumbers(n): - i = 0 - while i