Skip to content

Commit d9ba3d8

Browse files
committed
thanks pb122-two :)
1 parent ce3ff93 commit d9ba3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics/lists-and-tuples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ else:
324324

325325
```python
326326
namelist = ('wub_wub', 'RubyPinch', 'go|dfish', 'Nitori')
327-
namelist.append('Akuli')
328-
if 'Akuli' in namelist:
327+
namelist.append('pb122-two')
328+
if 'pb122-two' in namelist:
329329
print("Now I know Akuli!")
330330
```
331331

0 commit comments

Comments
 (0)