Skip to content

Commit 06c7585

Browse files
authored
Update 3-nesting-sorting-and-copying-lists-and-tuples.py
1 parent 6436816 commit 06c7585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch09-lists-tuples-and-dictionaries/3-nesting-sorting-and-copying-lists-and-tuples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
# Exercise 2
11-
# Loop over data a print the sum of each nested tuple
11+
# Loop over data and print the sum of each nested tuple
1212
for i in range(len(data)):
1313
print(f"Row {i+1} sum: {data[i][0] + data[i][1]}")
1414

0 commit comments

Comments
 (0)