Computer Science, asked by antu8137, 11 months ago

Write the name of most versatile Python’s compound data types.

Answers

Answered by kushal2002
1

Supported data types in PyTables

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

int: Signed integer types. Supported precisions: 8, 16, 32 (default) and 64 bits.

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 Ashwin9036
1
Python Data Type – Numeric. Python numeric data type is used to hold numeric values.

Python Data Type – String. String is a sequence of characters. ..
Python Data Type – List. List is a versatile data type exclusive in Python. ...Python Data Type – Tuple.
Dictionary.
Similar questions