Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. for s in range(N_stocks):
  2.     for line in lines_gs:
  3.         if line[1] == s:
  4.             pr[lines_gs.index(line)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement