import numpy as np
nums_list = list([14, 36, 31, -2, 11, -6])
print(nums_list)
print(type(nums_list))
nums = np.asarray(nums_list)
print(nums)
print(type(nums))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment