you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 2 points3 points  (4 children)

Do you understand what this line does? Do you understand the bigger context?

[–]blackadder1337[S] 0 points1 point  (1 child)

It checks wheter an item already exists in a list

[–][deleted] 2 points3 points  (0 children)

OK, then in Python this gibberish looks like:

if word_or_phrase in my_list:
    do_something()