diff --git a/Section_01/assignment_02.py b/Section_01/assignment_02.py index 3dc49a2..ed7fe99 100644 --- a/Section_01/assignment_02.py +++ b/Section_01/assignment_02.py @@ -5,7 +5,7 @@ Write code to correct this: -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)) """