Google News
logo
NumPy - Quiz(MCQ)
Which of the following attribute should be used while checking for type combination input and output?
A)
.types
B)
.class
C)
.type
D)
None of the above

Correct Answer :   .types


Explanation : Universal functions in NumPy are flexible enough to have mixed type signatures.

Advertisement