Huawei
H13-311_V3.5 · Question #96
What are the numeric types of Python? (Multiple Choice)
The correct answer is A. int (integer type) B. long (long integer type) C. float (floating point type) D. complex (complex number type). See the full explanation below for the reasoning.
Question
What are the numeric types of Python? (Multiple Choice)
Options
- Aint (integer type)
- Blong (long integer type)
- Cfloat (floating point type)
- Dcomplex (complex number type)
How the community answered
(45 responses)- A100% (45)
Community Discussion
No community discussion yet for this question.