2016-04-30 58 views

回答

0

像这样:???

import numpy as np 

board=np.zeros([8, 8], dtype=np.character) 
print board 
board[3, 4]="#" 
print board 

...或者你还有什么问题?