Skip to content

Commit

Permalink
Merge pull request #174 from AdinaWagner/bf-2
Browse files Browse the repository at this point in the history
[FIX]: make activecode section 8, 4.4.4, actual active code
  • Loading branch information
bnmnetp authored Jan 15, 2019
2 parents ca661d3 + 3acb06e commit b66f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sources/Conditionals/Theinandnotinoperators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The ``not in`` operator returns the logical opposite result of ``in``.

We can also use the ``in`` and ``not in`` operators on lists!

..activecode:: ac4_4_4
.. activecode:: ac4_4_4

print("a" in ["a", "b", "c", "d"])
print(9 in [3, 2, 9, 10, 9.0])
Expand Down

0 comments on commit b66f108

Please sign in to comment.