+1 vote
in NumPy by
How to use of reshape ex.1 starting value is 1 and ending value is 50, print 10 integer random numbers

1 Answer

0 votes
by
To use of reshape ex.1 starting value is 1 and ending value is 50, print 10 integer random numbers

num = np.random.randint(1,50,10)

print(‘\nprin random numbers 1 to 50 with 10 rand numbers : ‘,num)

Related questions

+1 vote
asked Jul 8, 2021 in NumPy by rajeshsharma
0 votes
asked May 21, 2019 in Mathematics by sheetalkhandelwal
...