Skip to content

Commit 7c539d2

Browse files
committed
Add a missing space in the f-string
1 parent c78e515 commit 7c539d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-nested-loops/readability_challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
for section in range(sections):
77
for living_quarter in range(living_quarters):
88
print(
9-
f"Scanning quarter {living_quarter} in section {section}"
9+
f"Scanning quarter {living_quarter} in section {section} "
1010
f"on floor {floor} for the intruder..."
1111
)

0 commit comments

Comments
 (0)