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))