Math, asked by varsha072715, 3 months ago

nt
4. What are data types? Explain any two data types in Python
5. What is the use of print, function? Discuss all the separators used with the print function
a
6. What is an interpreter? How is it different from a compiler?
with a​

Answers

Answered by fauziyatabassum63
1

Answer:

In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers, floating-point numbers, characters and Booleans.

4 Types of Data: Nominal, Ordinal, Discrete, Continuous.

Answered by ayanzubair
0

They are defined as int, float and complex class in Python They are defined as int, float and complex class in Python. We can use the type function to know which class a variable or a value belongs to and the nstance function to check if an object belongs to a particular class

Similar questions