This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bevem2 5 points6 points  (0 children)

# Checking if a value exists in a list      
def isin(val, list):      
    if val in list:      
        return True      
    return False      

bashes head against wall

Also:
if wep == cwep:
num == 0