Computer Science, asked by divansh1322, 4 hours ago

(a) What are data types ? How are they important ?
(b) Write the names of any four data types available in Python.​

Answers

Answered by sharmayachna95
4

Explanation:

A data type is an attribute of data which tells the compiler or interpreter how the data is intended to be used. They are important because each programming language needs to work on different types of data like integers and strings and so they are stored as that data type.

Answered by aradhya77799
1

Answer:

Here is you answer.

Explanation:

In Python, numeric data type represent the data which has numeric value. Numeric value can be integer, floating number or even complex numbers. These values are defined as int, float and complex class in Python. Integers – This value is represented by int class.

Similar questions