Add a solution to question 36
This commit is contained in:
@@ -432,6 +432,7 @@ hint: %, np.floor, astype, np.trunc
|
||||
Z = np.random.uniform(0,10,10)
|
||||
|
||||
print(Z - Z%1)
|
||||
print(Z // 1)
|
||||
print(np.floor(Z))
|
||||
print(Z.astype(int))
|
||||
print(np.trunc(Z))
|
||||
|
||||
Reference in New Issue
Block a user