We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37dad6 commit d7dc86eCopy full SHA for d7dc86e
Section_01/assignment_02.py
@@ -9,6 +9,7 @@
9
10
"""
11
12
+print(f"We have {0} small boxes, {1} large boxes, {2} medium boxes".format(10,12,12))
13
14
15
0 commit comments