Skip to content

Commit d7dc86e

Browse files
authored
Update assignment_02.py
1 parent c37dad6 commit d7dc86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Section_01/assignment_02.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
1010
"""
1111

12+
print(f"We have {0} small boxes, {1} large boxes, {2} medium boxes".format(10,12,12))
1213

1314

1415

0 commit comments

Comments
 (0)