From 6f7776c315f95a3da3eabf5740b0b5c3a919a59d Mon Sep 17 00:00:00 2001 From: vdnvsivakumar <49924550+vdnvsivakumar@users.noreply.github.com> Date: Sun, 13 Sep 2020 02:22:14 +0530 Subject: [PATCH] Update assignment_02.py --- Section_01/assignment_02.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Section_01/assignment_02.py b/Section_01/assignment_02.py index 3dc49a2..9abae3c 100644 --- a/Section_01/assignment_02.py +++ b/Section_01/assignment_02.py @@ -8,5 +8,6 @@ print("We have {2} small boxes, {2} large boxes, {2} medium boxes".format(10,12,12)) """ +print("We have {0} small boxes, {1} large boxes, {2} medium boxes".format(10,12,12))