Computer Science, asked by kushlegendtyagi, 4 hours ago

Give data type of the following:

a. 45

b. ‘Python’​

Answers

Answered by Sidhartbrilant
4

There are different types of data types in Python. Some built-in Python data types are:

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

Answered by rvardhansoni
0

Explanation:

Give data type of the following:

a. 45

b. ‘Python’d-hfy

Similar questions