SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- a = [1, 1, 0, 0, 0]
- b1 = [1, 1, 0, 0, 0]
- b2 = [0, 1, 1, 0, 0]
- b3 = [0, 0, 1, 1, 0]
- ...
- bn = [1, 0, 0, 0, 1]
- if a == b:
- ...
RAW Paste Data