Skip to content

Commit da5db74

Browse files
Update 2d lists.py
1 parent d27bde1 commit da5db74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2d lists.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
('went home to have dinner.',
9393
'went to the store to buy some food.',
9494
'wanted some pizza for breakfast.',
95-
'wanted computers for Christmas.',
96-
'love their computers.'))
95+
'wanted computers for Christmas.',
96+
'love their computers.'))
9797

9898
for i in range(4):
9999
print(f'{names[i][0]}, {names[i][1]} \

0 commit comments

Comments
 (0)