Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for i in range(len(in_stuff)):
  2. if isInside(in_stuff[i][0],in_stuff[i][1],in_stuff[i][2],in_stuff[i][3],in_stuff[i][4],in_stuff[i][5], in_stuff[i][6], in_stuff[i][7]):
  3. with open( *PLIK OUT* zależny od i ) as out:
  4. out.write('yes')
  5. else:
  6. with open( *PLIK OUT* zależny od i ) as out:
  7. out.write('no')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement