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» <html><body><p>There are different types of <a href="https://interviewquestions.tuteehub.com/tag/data-25577" style="font-weight:bold;" target="_blank" title="Click to know more about DATA">DATA</a> types in Python. Some built-in Python data types are:</p><p></p><p><a href="https://interviewquestions.tuteehub.com/tag/numericbrbr-2200316" style="font-weight:bold;" target="_blank" title="Click to know more about NUMERIC">NUMERIC</a> data types: int, float, complex</p><p>String data types: str</p><p>Sequence types: list, tuple, range</p><p>Binary types: <a href="https://interviewquestions.tuteehub.com/tag/bytes-906862" style="font-weight:bold;" target="_blank" title="Click to know more about BYTES">BYTES</a>, <a href="https://interviewquestions.tuteehub.com/tag/bytearray-906856" style="font-weight:bold;" target="_blank" title="Click to know more about BYTEARRAY">BYTEARRAY</a>, memoryview</p><p>Mapping data <a href="https://interviewquestions.tuteehub.com/tag/type-715478" style="font-weight:bold;" target="_blank" title="Click to know more about TYPE">TYPE</a>: dict</p><p>Boolean type: bool</p><p>Set data types: set, frozenset</p></body></html>


Discussion

No Comment Found