Please enable JavaScript to use CodeHS

CodeHS Glossary


in Python

Keyword that helps in iteration in loops (`for letter in "hello": ...`) or to identify if an iterable (like a list or a long string) contains something (`"h" in "hello"` would evaluate to True).