Skip to content

Commit

Permalink
thanks pb122-two :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed May 26, 2017
1 parent ce3ff93 commit d9ba3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/lists-and-tuples.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ else:

```python
namelist = ('wub_wub', 'RubyPinch', 'go|dfish', 'Nitori')
namelist.append('Akuli')
if 'Akuli' in namelist:
namelist.append('pb122-two')
if 'pb122-two' in namelist:
print("Now I know Akuli!")
```

Expand Down

0 comments on commit d9ba3d8

Please sign in to comment.