Skip to content

Commit 6bafc68

Browse files
committed
horrible mistake Akuli#2
1 parent da21d3a commit 6bafc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/lists-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ else:
326326
namelist = ('wub_wub', 'RubyPinch', 'go|dfish', 'Nitori')
327327
namelist.append('pb122')
328328
if 'pb122' in namelist:
329-
print("Now I know Akuli!")
329+
print("Now I know pb122!")
330330
```
331331

332332
2. Fix this program.

0 commit comments

Comments
 (0)