1.

Developmental goal may be conflicting to each other. What may be development for one may not bedevelopment for the other. Discuss with suitable example.​

Answer»

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



Discussion

No Comment Found