COMPUTER APPLICATIONS
DATABASE MANAGEMENT SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The following are the data types of the Python programming language, except
|
integer
|
|
number
|
|
tuple
|
|
float
|
|
string
|
Explanation:
Detailed explanation-1: -Numeric data types: int, float, complex. String data types: str. Sequence types: list, tuple, range. Binary types: bytes, bytearray, memoryview. Mapping data type: dict. Boolean type: bool. Set data types: set, frozenset. Python Numeric Data Type. Python numeric data type is used to hold numeric values like; 03-Aug-2022
Detailed explanation-2: -Python has three built-in numeric data types: integers, floating-point numbers, and complex numbers.
Detailed explanation-3: -There are three distinct numeric types: integers, floating point numbers, and complex numbers.
There is 1 question to complete.