Computer Science, asked by CapyltainNJ5254, 2 months ago

How many integer data type are supported in pyhon name them

Answers

Answered by Innocentgirl58
0

Answer:

There are 8 integer types supported by Python.

They are:

bool: Boolean (true/false) types. Supported precisions: 8 (default) bits.

int: Signed integer types. ...

uint: Unsigned integer types. ...

float: Floating point types. ...

complex: Complex number types. ...

string: Raw string types. ...

time: Data/time types. ...

enum: Enumerated types.

Answered by palak9053
0

Answer:

Hope it will help u

Explanation:

There are two types of Integers in Python. They are:

There are two types of Integers in Python. They are:i) Integers (signed)

There are two types of Integers in Python. They are:i) Integers (signed)ii) Booleans

Similar questions