Guest User

hack

a guest
Mar 9th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. output = ""
  2. for k in range(50):
  3.     output += "sudoku{} = csvread('sudoku{}_EUC.csv');\n".format(k,k)
  4. for k in range(50):
  5.     output += "plot(sudoku{}); hold on;\n\n".format(k)
  6.  
  7. print(output)
Add Comment
Please, Sign In to add comment