Skip to content

Commit bab91c2

Browse files
authored
Update assignment_02.py
1 parent dcece11 commit bab91c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section_01/assignment_02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
print("We have {1} small boxes, {2} large boxes, {3} medium boxes".format(10,12,12))
14+
print("We have {0} small boxes, {1} large boxes, {2} medium boxes".format(10,12,12))
1515

1616

1717

0 commit comments

Comments
 (0)