127 viewsJune 1, 2023Python#python 0 Pavatharni . S186 June 1, 2023 0 Comments import numpy #method 1 array_1 = numpy.array([]) print(array_1) #method 2 array_2 = numpy.empty(shape=(3,3)) print(array_2) Pavatharni . S Asked question June 1, 2023 0 Answers ActiveVotedNewestOldest Register or Login