Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. parser.ParseRasp(list, list.nrows, 3)
  2. parser.ParseRasp(list, list.nrows, 7)
  3. parser.ParseRasp(list, list.nrows, 11)
  4. parser.ParseRasp(list, list.nrows, 15)
  5. parser.ParseRasp(list, list.nrows, 19)
  6.  
  7. -->
  8.  
  9. for i in range(3,20,4):
  10.     parser.ParseRasp(list, list.nrows, i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement