commit
4a191c2c96
@ -604,7 +604,7 @@ How to print all the values of an array? (★★☆)
|
||||
hint: np.set_printoptions
|
||||
|
||||
< a49
|
||||
np.set_printoptions(threshold=np.nan)
|
||||
np.set_printoptions(threshold=float("inf"))
|
||||
Z = np.zeros((16,16))
|
||||
print(Z)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user