Computer Science, asked by davejeet2206, 11 months ago

Write any two Standard Data Types in Python.

Answers

Answered by Ashwin9036
1
*bool: Boolean (true/false) types. Supported precisions: 8 (default) bits.
*int: Signed integer types. Supported precisions: 8, 16, 32 (default) and 64 bits.
Similar questions