Advertisement
Guest User

Untitled

a guest
May 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. or window_start in 1:seq_len-window_sz:
  2. window_end = window_start + window_size
  3. window_seq = seq[window_start-1:window_end]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement