Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. if cantidad == 3 and not celda:
  2.     return True
  3. return (cantidad == 3 or cantidad == 2) and celda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement