Skip to content

Commit

Permalink
horrible mistake :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed May 26, 2017
1 parent d9ba3d8 commit da21d3a
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('pb122-two')
if 'pb122-two' in namelist:
namelist.append('pb122')
if 'pb122' in namelist:
print("Now I know Akuli!")
```

Expand Down

0 comments on commit da21d3a

Please sign in to comment.