CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
other
> Numpy array function parameters in type?
Numpy array function parameters in type?
Time:09-24
Numpy array function parameters in type is only a list or tuple type? . Why can't be such a numpy array (1, 2, 3, 4, 5) create an array of 12345?
CodePudding user response:
The import numpy
S=numpy array ([1, 2, 3, 4, 5])
print(s)
Page link:
https//www.codepudding.com/other/28180.html
Prev:
Anaconda reinstall the Navigator after Error
Next:
In the Qt QLegendMarker clicked signals respond to problems
Tags:
Scripting language (Perl/Python)
Related
Links:
CodePudding