From 1b8ae1f2a344163e072ec8b83a58ec1c95ec56c0 Mon Sep 17 00:00:00 2001 From: Saurabh Sambhe <62236049+Avess0102@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:12:35 +0530 Subject: [PATCH] Updated Question 20 code Implmented solution as stated in code using class. --- ...ging programming exercises for Python 3.md | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 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..109ad151 100644 --- a/100+ Python challenging programming exercises for Python 3.md +++ b/100+ Python challenging programming exercises for Python 3.md @@ -562,16 +562,21 @@ Consider use yield Solution: ```python -def putNumbers(n): - i = 0 - while i