what is the 'in' keyword for
# announcements
a
what is the 'in' keyword for
k
x in something
===
something.contains(x)
💯 1