Skip to content

Commit 6436816

Browse files
authored
Update 2-lists-are-mutable-sequences.py
1 parent b0aff3e commit 6436816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch09-lists-tuples-and-dictionaries/2-lists-are-mutable-sequences.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
# Exercise 2
11-
# Append the string "broccolo" to the food list using .append()
12-
food.append("brocolli")
11+
# Append the string "broccoli" to the food list using .append()
12+
food.append("broccoli")
1313

1414

1515
# Exercise 3

0 commit comments

Comments
 (0)